3 references to s_flowBreakSection
System.Windows.Forms (3)
System\Windows\Forms\Layout\CommonProperties.cs (3)
46private static readonly BitVector32.Section s_selfAutoSizingSection = BitVector32.CreateSection(0x01, s_flowBreakSection); 648int value = state[s_flowBreakSection]; 660state[s_flowBreakSection] = value ? 1 : 0;