dotnet/winforms
Cleanup flags and use bitfields wherever possible in ContainerControl class
Aberta
#6.199 aberto em 17 de nov. de 2021
enhancementhelp wanted
Métricas do repositório
- Stars
- (4.100 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.