4 references to Z
System.Windows.Forms (4)
winforms\Managed\System\WinForms\KeysConverter.cs (1)
35private const Keys LastAscii = System.Windows.Forms.Keys.Z;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6733case Keys.Z:
winforms\Managed\System\WinForms\Shortcut.cs (2)
211CtrlZ = Keys.Control + Keys.Z, 393CtrlShiftZ = Keys.Control + Keys.Shift + Keys.Z,