3 references to s_protectedErrorSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
86
private static readonly BitVector32.Section s_linkcursorSection = BitVector32.CreateSection(1,
s_protectedErrorSection
);
502
get => _richTextBoxFlags[
s_protectedErrorSection
] != 0;
503
set => _richTextBoxFlags[
s_protectedErrorSection
] = value ? 1 : 0;