3 instantiations of KeyBinding
PresentationCore (1)
System\Windows\Input\Command\KeyBinding.cs (1)
162
return new
KeyBinding
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5983
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
KeyBinding
(); };
System\Windows\Markup\KnownTypes.cs (1)
1356
case KnownElements.KeyBinding: o = new System.Windows.Input.
KeyBinding
(); break;
16 references to KeyBinding
PresentationCore (6)
System\Windows\Input\Command\KeyBinding.cs (6)
106
DependencyProperty.Register("Modifiers", typeof(ModifierKeys), typeof(
KeyBinding
), new UIPropertyMetadata(ModifierKeys.None, new PropertyChangedCallback(OnModifiersPropertyChanged)));
125
KeyBinding
keyBinding = (
KeyBinding
)d;
133
DependencyProperty.Register("Key", typeof(Key), typeof(
KeyBinding
), new UIPropertyMetadata(Key.None, new PropertyChangedCallback(OnKeyPropertyChanged)));
152
KeyBinding
keyBinding = (
KeyBinding
)d;
PresentationFramework (10)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
433
case 337: t = () => typeof(
KeyBinding
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
7366
Type type = typeof(System.Windows.Input.
KeyBinding
);
7368
this.GetXamlType(typeof(System.Windows.Input.
KeyBinding
)), // DeclaringType
7375
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Input.
KeyBinding
)target).Gesture = (System.Windows.Input.InputGesture)value; };
7376
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Input.
KeyBinding
)target).Gesture; };
8287
Type type = typeof(System.Windows.Input.
KeyBinding
);
8288
DependencyProperty dp = System.Windows.Input.
KeyBinding
.KeyProperty;
8290
this.GetXamlType(typeof(System.Windows.Input.
KeyBinding
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5981
typeof(System.Windows.Input.
KeyBinding
),
System\Windows\Markup\KnownTypes.cs (1)
5891
case KnownElements.KeyBinding: t = typeof(System.Windows.Input.
KeyBinding
); break;