4 references to s_selfAutoSizingSection
System.Windows.Forms (4)
System\Windows\Forms\Layout\CommonProperties.cs (4)
47private static readonly BitVector32.Section s_autoSizeModeSection = BitVector32.CreateSection(0x01, s_selfAutoSizingSection); 479int value = state[s_selfAutoSizingSection]; 527state[s_selfAutoSizingSection] = value ? 1 : 0; 558if (state[s_selfAutoSizingSection] != 0)