2 references to _dockAndAnchorNeedsLayoutSection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
388bool result = state[_dockAndAnchorNeedsLayoutSection] != 0; 404bool result = (state[_dockAndAnchorNeedsLayoutSection] != 0) && (state[_dockModeSection] == (int) DockAnchorMode.Anchor);