dotnet/winforms

Cleanup flags and use bitfields wherever possible in ContainerControl class

Open

#6,199 创建于 2021年11月17日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C# (922 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (4,100 star)
PR 合并指标
 (平均合并 14天 22小时) (30 天内合并 56 个 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.

贡献者指南