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