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