7 references to CommandBindingCollection
PresentationCore (4)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
320bindings = new CommandBindingCollection();
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
320bindings = new CommandBindingCollection();
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
102bindings = new CommandBindingCollection();
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
294bindings = new CommandBindingCollection();
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11661bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.CommandBindingCollection(); };
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
182CommandBindingCollection chordCommandBindings = new CommandBindingCollection(); 183CommandBindingCollection basicCommandBindings = new CommandBindingCollection();