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