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); 643int value = state[s_flowBreakSection]; 655state[s_flowBreakSection] = value ? 1 : 0;