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