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