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