6 references to Key
PresentationCore (6)
System\Windows\Input\Command\KeyBinding.cs (1)
171Key = keyGesture.Key;
System\Windows\Input\Command\KeyGesture.cs (1)
180return ( ( (int)Key == (int)keyEventArgs.RealKey ) && ( this.Modifiers == Keyboard.Modifiers ) );
System\Windows\Input\Command\KeyGestureConverter.cs (3)
62&& IsDefinedKey(keyGesture.Key)); 147if (keyGesture.Key == Key.None) 151string strKey = (string)keyConverter.ConvertTo(context, culture, keyGesture.Key, destinationType) as string;
System\Windows\Input\Command\KeyGestureValueSerializer.cs (1)
51&& KeyGestureConverter.IsDefinedKey(keyGesture.Key);