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