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