2 references to InputBindingCollection
PresentationCore (1)
System\Windows\Input\Command\CommandManager.cs (1)
204
inputBindings = new
InputBindingCollection
();
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11652
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
InputBindingCollection
(); };