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