5 references to CommandBindingCollection
PresentationCore (4)
System\Windows\Generated\ContentElement.cs (1)
303
bindings = new
CommandBindingCollection
();
System\Windows\Generated\UIElement.cs (1)
303
bindings = new
CommandBindingCollection
();
System\Windows\Generated\UIElement3D.cs (1)
100
bindings = new
CommandBindingCollection
();
System\Windows\Input\Command\CommandManager.cs (1)
233
bindings = new
CommandBindingCollection
();
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11665
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
CommandBindingCollection
(); };