1 write to shortcutsToDisable
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
686shortcutsToDisable = new int[] {(int)Shortcut.CtrlL, (int)Shortcut.CtrlR, (int)Shortcut.CtrlE, (int)Shortcut.CtrlJ};
2 references to shortcutsToDisable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
685if (shortcutsToDisable == null) { 2727foreach (int shortcutValue in shortcutsToDisable) {