3 references to KeyBinding
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (1)
169
return new
KeyBinding
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5979
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
KeyBinding
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1357
case KnownElements.KeyBinding: o = new System.Windows.Input.
KeyBinding
(); break;