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