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