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