4 references to Y
System.Windows.Forms (2)
System\Windows\Forms\Shortcut.cs (2)
139
CtrlY = Keys.Control + Keys.
Y
,
269
CtrlShiftY = Keys.Control + Keys.Shift + Keys.
Y
,
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
30
Keys.Right, Keys.S, Keys.Space, Keys.T, Keys.Tab, Keys.U, Keys.Up, Keys.V, Keys.W, Keys.X, Keys.
Y
, Keys.Z
System\Windows\Forms\Design\StandardMenuStripVerb.cs (1)
90
[/*Edit*/Keys.None, /*Undo*/Keys.Control | Keys.Z, /*Redo*/Keys.Control | Keys.
Y
, /*Separator*/Keys.None, /*Cut*/ Keys.Control | Keys.X, /*Copy*/ Keys.Control | Keys.C, /*Paste*/Keys.Control | Keys.V, /*Separator*/ Keys.None, /*SelectAll*/Keys.None],