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