3 overrides of Matches
PresentationCore (2)
System\Windows\Input\Command\KeyGesture.cs (1)
178
public override bool
Matches
(object targetElement, InputEventArgs inputEventArgs)
System\Windows\Input\Command\MouseGesture.cs (1)
131
public override bool
Matches
(object targetElement, InputEventArgs inputEventArgs)
PresentationFramework (1)
System\Windows\Controls\Slider.cs (1)
181
public override bool
Matches
(object targetElement, InputEventArgs inputEventArgs)
2 references to Matches
PresentationCore (2)
System\Windows\Input\Command\InputBindingCollection.cs (1)
454
inputBinding.Gesture.
Matches
(targetElement, inputEventArgs))
System\Windows\Input\Command\InputGestureCollection.cs (1)
443
if (inputGesture.
Matches
(targetElement, inputEventArgs))