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