5 references to s_dockAndAnchorSection
System.Windows.Forms (5)
System\Windows\Forms\Layout\CommonProperties.cs (5)
41
private static readonly BitVector32.Section s_dockModeSection = BitVector32.CreateSection(0x01,
s_dockAndAnchorSection
);
540
AnchorStyles value = (AnchorStyles)state[
s_dockAndAnchorSection
];
576
DockStyle value = (DockStyle)state[
s_dockAndAnchorSection
];
599
state[
s_dockAndAnchorSection
] = (int)xTranslateAnchorValue(value);
618
state[
s_dockAndAnchorSection
] = (int)value; // See xTranslateAnchorValue for why this works with Dock.None.