3 references to richTextShortcutsEnabledSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
136private static readonly BitVector32.Section allowOleObjectsSection = BitVector32.CreateSection(1, richTextShortcutsEnabledSection); 683get { return richTextBoxFlags[richTextShortcutsEnabledSection] != 0; } 688richTextBoxFlags[richTextShortcutsEnabledSection] = value ? 1 : 0;