Base:
property
Gesture
System.Windows.Input.InputBinding.Gesture
2 writes to Gesture
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (1)
206Gesture = new KeyGesture(key, modifiers, /*validateGesture = */ false);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7333bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Input.KeyBinding)target).Gesture = (System.Windows.Input.InputGesture)value; };
1 reference to Gesture
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7334bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Input.KeyBinding)target).Gesture; };