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