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