3 references to s_linkcursorSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
87private static readonly BitVector32.Section s_allowOleDropSection = BitVector32.CreateSection(1, s_linkcursorSection); 482get => _richTextBoxFlags[s_linkcursorSection] != 0; 483set => _richTextBoxFlags[s_linkcursorSection] = value ? 1 : 0;