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