5 instantiations of InputBindingCollection
PresentationCore (4)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
270
bindings = new
InputBindingCollection
(this);
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
270
bindings = new
InputBindingCollection
(this);
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
52
bindings = new
InputBindingCollection
(this);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
259
inputBindings = new
InputBindingCollection
();
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11648
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
InputBindingCollection
(); };
24 references to InputBindingCollection
PresentationCore (22)
Core\CSharp\System\Windows\ContentElement.cs (1)
971
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = UIElement.InputBindingCollectionField;
Core\CSharp\System\Windows\Generated\ContentElement.cs (4)
262
public
InputBindingCollection
InputBindings
267
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
279
internal
InputBindingCollection
InputBindingsInternal
296
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
262
public
InputBindingCollection
InputBindings
267
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
279
internal
InputBindingCollection
InputBindingsInternal
296
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
Core\CSharp\System\Windows\Generated\UIElement3D.cs (4)
44
public
InputBindingCollection
InputBindings
49
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
61
internal
InputBindingCollection
InputBindingsInternal
78
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (5)
255
InputBindingCollection
inputBindings = _classInputBindings[type] as
InputBindingCollection
;
364
InputBindingCollection
localInputBindings = null;
396
InputBindingCollection
classInputBindings = _classInputBindings[classType] as
InputBindingCollection
;
Core\CSharp\System\Windows\UIElement.cs (2)
4730
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = new UncommonField<
InputBindingCollection
>();
Core\CSharp\System\Windows\UIElement3D.cs (2)
1591
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = new UncommonField<
InputBindingCollection
>();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7816
typeof(System.Windows.Input.
InputBindingCollection
), // type
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11646
typeof(System.Windows.Input.
InputBindingCollection
),