winforms icon indicating copy to clipboard operation
winforms copied to clipboard

Cleanup flags and use bitfields wherever possible in ContainerControl class

Open dreddy-work opened this issue 4 years ago • 0 comments

This is a tracking bug for the comment on https://github.com/dotnet/winforms/pull/6198#pullrequestreview-809063648.

Goal is to move some of the Boolean flags in the ContainerControl Class to a bitfields to improve performance.

dreddy-work avatar Nov 17 '21 19:11 dreddy-work