3 overrides of Matches
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
181
public override bool
Matches
(object targetElement, InputEventArgs inputEventArgs)
Core\CSharp\System\Windows\Input\Command\MouseGesture.cs (1)
134
public override bool
Matches
(object targetElement, InputEventArgs inputEventArgs)
PresentationFramework (1)
src\Framework\System\Windows\Controls\Slider.cs (1)
183
public override bool
Matches
(object targetElement, InputEventArgs inputEventArgs)
2 references to Matches
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (1)
460
inputBinding.Gesture.
Matches
(targetElement, inputEventArgs))
Core\CSharp\System\Windows\Input\Command\InputGestureCollection.cs (1)
455
if (inputGesture.
Matches
(targetElement, inputEventArgs))