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