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