dotnet/winforms

Cleanup flags and use bitfields wherever possible in ContainerControl class

Open

#6 199 ouverte le 17 nov. 2021

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C# (922 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 100 stars)
Métriques de merge PR
 (Merge moyen 14j 22h) (56 PRs mergées en 30 j)

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.

Guide contributeur