6 references to Z
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
237
else if(( key >= Key.D0 && key <= Key.D9 ) || ( key >= Key.A && key <= Key.
Z
))
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
77
new List<KeyGesture> { new KeyGesture(Key.
Z
, ModifierKeys.Control) });
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
270
if (((e.Key >= Key.A && e.Key <= Key.
Z
) || (e.Key >= Key.D0 && e.Key <= Key.D9)) &&
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
131
if (key >= Key.A && key <= Key.
Z
)
Base\System\Windows\Input\KeyInterop.cs (2)
291
key = Key.
Z
;
986
case Key.
Z
: