3 references to linkcursorSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
132private static readonly BitVector32.Section allowOleDropSection = BitVector32.CreateSection(1, linkcursorSection); 617get { return richTextBoxFlags[linkcursorSection] != 0; } 618set { richTextBoxFlags[linkcursorSection] = value ? 1 : 0; }