3 references to KeyBinding
PresentationCore (1)
System\Windows\Input\Command\KeyBinding.cs (1)
154
return new
KeyBinding
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6540
DefaultConstructor = delegate () { return new System.Windows.Input.
KeyBinding
(); }
System\Windows\Markup\KnownTypes.cs (1)
1350
case KnownElements.KeyBinding: o = new System.Windows.Input.
KeyBinding
(); break;