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); 335get => _richTextBoxFlags[s_autoUrlDetectSection] != 0; 340_richTextBoxFlags[s_autoUrlDetectSection] = value ? 1 : 0;