3 references to autoUrlDetectSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
129
private static readonly BitVector32.Section fInCtorSection = BitVector32.CreateSection(1,
autoUrlDetectSection
);
447
return richTextBoxFlags[
autoUrlDetectSection
] != 0;
451
richTextBoxFlags[
autoUrlDetectSection
] = value ? 1 : 0;