1 write to shortcutsToDisable
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
194
shortcutsToDisable
= 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)
193
if (
shortcutsToDisable
== null) {
214
foreach (int shortcutValue in
shortcutsToDisable
) {