3 references to s_autoUrlDetectSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
84
private static readonly BitVector32.Section s_fInCtorSection = BitVector32.CreateSection(1,
s_autoUrlDetectSection
);
335
get => _richTextBoxFlags[
s_autoUrlDetectSection
] != 0;
340
_richTextBoxFlags[
s_autoUrlDetectSection
] = value ? 1 : 0;