3 references to s_showSelBarSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
83private static readonly BitVector32.Section s_autoUrlDetectSection = BitVector32.CreateSection(1, s_showSelBarSection); 1285get { return _richTextBoxFlags[s_showSelBarSection] != 0; } 1290_richTextBoxFlags[s_showSelBarSection] = value ? 1 : 0;