1 write to shortcutsToDisable
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
194shortcutsToDisable = new int[] {(int)Shortcut.CtrlZ, (int)Shortcut.CtrlC, (int)Shortcut.CtrlX,
2 references to shortcutsToDisable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
193if (shortcutsToDisable == null) { 214foreach (int shortcutValue in shortcutsToDisable) {