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); 577get => _richTextBoxFlags[s_richTextShortcutsEnabledSection] != 0; 582_richTextBoxFlags[s_richTextShortcutsEnabledSection] = value ? 1 : 0;