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