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); 540AnchorStyles value = (AnchorStyles)state[s_dockAndAnchorSection]; 576DockStyle value = (DockStyle)state[s_dockAndAnchorSection]; 599state[s_dockAndAnchorSection] = (int)xTranslateAnchorValue(value); 618state[s_dockAndAnchorSection] = (int)value; // See xTranslateAnchorValue for why this works with Dock.None.