2 references to s_dockAndAnchorNeedsLayoutSection
System.Windows.Forms (2)
System\Windows\Forms\Layout\CommonProperties.cs (2)
426
bool result = state[
s_dockAndAnchorNeedsLayoutSection
] != 0;
444
bool result = (state[
s_dockAndAnchorNeedsLayoutSection
] != 0) && (state[s_dockModeSection] == (int)DockAnchorMode.Anchor);