4 references to s_selfAutoSizingSection
System.Windows.Forms (4)
System\Windows\Forms\Layout\CommonProperties.cs (4)
47
private static readonly BitVector32.Section s_autoSizeModeSection = BitVector32.CreateSection(0x01,
s_selfAutoSizingSection
);
479
int value = state[
s_selfAutoSizingSection
];
527
state[
s_selfAutoSizingSection
] = value ? 1 : 0;
558
if (state[
s_selfAutoSizingSection
] != 0)