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