Base:
property
Gesture
System.Windows.Input.InputBinding.Gesture
2 writes to Gesture
PresentationCore (1)
System\Windows\Input\Command\KeyBinding.cs (1)
199Gesture = new KeyGesture(key, modifiers, /*validateGesture = */ false);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7375bamlMember.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)
7376bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Input.KeyBinding)target).Gesture; };