3 references to s_richTextShortcutsEnabledSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
91
private static readonly BitVector32.Section s_allowOleObjectsSection = BitVector32.CreateSection(1,
s_richTextShortcutsEnabledSection
);
542
get => _richTextBoxFlags[
s_richTextShortcutsEnabledSection
] != 0;
547
_richTextBoxFlags[
s_richTextShortcutsEnabledSection
] = value ? 1 : 0;