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