Base:
property
Gesture
System.Windows.Input.InputBinding.Gesture
2 writes to Gesture
PresentationCore (1)
System\Windows\Input\Command\KeyBinding.cs (1)
190
Gesture
= new KeyGesture(key, modifiers, validateGesture: false);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7949
SetDelegate = delegate (object target, object value) { ((System.Windows.Input.KeyBinding)target).
Gesture
= (System.Windows.Input.InputGesture)value; },
1 reference to Gesture
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7950
GetDelegate = delegate (object target) { return ((System.Windows.Input.KeyBinding)target).
Gesture
; }