1 write to shortcutsToDisable
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
686
shortcutsToDisable
= 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)
685
if (
shortcutsToDisable
== null) {
2727
foreach (int shortcutValue in
shortcutsToDisable
) {