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.