5 references to _dockAndAnchorSection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (5)
58private static readonly BitVector32.Section _dockModeSection = BitVector32.CreateSection(0x01, _dockAndAnchorSection); 490AnchorStyles value = (AnchorStyles) state[_dockAndAnchorSection]; 521DockStyle value = (DockStyle) state[_dockAndAnchorSection]; 545state[_dockAndAnchorSection] = (int) xTranslateAnchorValue(value); 564state[_dockAndAnchorSection] = (int) value; // See xTranslateAnchorValue for why this works with Dock.None.