dotnet/winforms
GitHub で見るCleanup flags and use bitfields wherever possible in ContainerControl class
Open
#6,199 opened on 2021年11月17日
enhancementhelp wanted
Repository metrics
- Stars
- (4,100 stars)
- PR merge metrics
- (平均マージ 14d 22h) (30d で 56 merged PRs)
説明
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.