dotnet/winforms

Cleanup flags and use bitfields wherever possible in ContainerControl class

Open

#6,199 opened on Nov 17, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C# (922 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (Avg merge 14d 22h) (56 merged PRs in 30d)

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.

Contributor guide