4 references to s_autoSizeSection
System.Windows.Forms (4)
System\Windows\Forms\Layout\CommonProperties.cs (4)
43private static readonly BitVector32.Section s_boxStretchInternalSection = BitVector32.CreateSection(0x03, s_autoSizeSection); 70int value = state[s_autoSizeSection]; 175state[s_autoSizeSection] = value ? 1 : 0; 563bool result = (state[s_autoSizeSection] != 0) && (state[s_dockModeSection] == (int)DockAnchorMode.Anchor);