3 references to _flowBreakSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (3)
63private static readonly BitVector32.Section _selfAutoSizingSection = BitVector32.CreateSection(0x01, _flowBreakSection); 600int value = state[_flowBreakSection]; 612state[_flowBreakSection] = value ? 1 : 0;