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