2 references to InputBinding_ExpectedInputGesture
PresentationCore (2)
System\Windows\Input\Command\KeyBinding.cs (1)
88
throw new ArgumentException(SR.Format(SR.
InputBinding_ExpectedInputGesture
, typeof(KeyGesture)));
System\Windows\Input\Command\MouseBinding.cs (1)
104
throw new ArgumentException(SR.Format(SR.
InputBinding_ExpectedInputGesture
, typeof(MouseGesture)));