dotnet/winforms

Cleanup flags and use bitfields wherever possible in ContainerControl class

开放

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

 (3 条评论) (0 个反应) (0 位负责人)C# (922 个派生)batch import
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.

贡献者指南