4 references to _selfAutoSizingSection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (4)
64
private static readonly BitVector32.Section _autoSizeModeSection = BitVector32.CreateSection(0x01,
_selfAutoSizingSection
);
435
int value = state[
_selfAutoSizingSection
];
478
state[
_selfAutoSizingSection
] = value ? 1 : 0;
506
if (state[
_selfAutoSizingSection
] != 0) {