3 references to showSelBarSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
128private static readonly BitVector32.Section autoUrlDetectSection = BitVector32.CreateSection(1, showSelBarSection); 1418get { return richTextBoxFlags[showSelBarSection] != 0; } 1421richTextBoxFlags[showSelBarSection] = value ? 1 : 0;