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