4 references to _autoSizeSection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (4)
60private static readonly BitVector32.Section _BoxStretchInternalSection = BitVector32.CreateSection(0x03, _autoSizeSection); 94int value = state[_autoSizeSection]; 179state[_autoSizeSection] = value ? 1 : 0; 509bool result = (state[_autoSizeSection] != 0) && (state[_dockModeSection] == (int) DockAnchorMode.Anchor);