2 overrides of Gesture
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (1)
88
public override InputGesture
Gesture
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (1)
94
public override InputGesture
Gesture
2 writes to Gesture
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (1)
99
base.
Gesture
= value;
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (1)
106
base.
Gesture
= mouseGesture;
9 references to Gesture
PresentationCore (9)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (5)
109
inputBinding.CheckSecureCommand((ICommand)e.NewValue, inputBinding.
Gesture
);
239
_gesture = ((InputBinding)sourceFreezable).
Gesture
;
248
_gesture = ((InputBinding)sourceFreezable).
Gesture
;
257
_gesture = ((InputBinding)sourceFreezable).
Gesture
;
266
_gesture = ((InputBinding)sourceFreezable).
Gesture
;
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (2)
459
if ((inputBinding.Command != null) && (inputBinding.
Gesture
!= null) &&
460
inputBinding.
Gesture
.Matches(targetElement, inputEventArgs))
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (1)
92
return base.
Gesture
as KeyGesture;
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (1)
98
return base.
Gesture
as MouseGesture;