dotnet/winforms
Cleanup flags and use bitfields wherever possible in ContainerControl class
开放
#6,199 创建于 2021年11月17日
enhancementhelp wanted
仓库指标
- 星标
- (4,100 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.