3 references to fInCtorSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
130
private static readonly BitVector32.Section protectedErrorSection = BitVector32.CreateSection(1,
fInCtorSection
);
578
get { return richTextBoxFlags[
fInCtorSection
] != 0; }
579
set { richTextBoxFlags[
fInCtorSection
] = value ? 1 : 0; }