5 instantiations of InputBindingCollection
PresentationCore (4)
System\Windows\Generated\ContentElement.cs (1)
253
bindings = new
InputBindingCollection
(this);
System\Windows\Generated\UIElement.cs (1)
253
bindings = new
InputBindingCollection
(this);
System\Windows\Generated\UIElement3D.cs (1)
50
bindings = new
InputBindingCollection
(this);
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
(); };
24 references to InputBindingCollection
PresentationCore (22)
System\Windows\ContentElement.cs (1)
959
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = UIElement.InputBindingCollectionField;
System\Windows\Generated\ContentElement.cs (4)
245
public
InputBindingCollection
InputBindings
250
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
262
internal
InputBindingCollection
InputBindingsInternal
279
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
System\Windows\Generated\UIElement.cs (4)
245
public
InputBindingCollection
InputBindings
250
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
262
internal
InputBindingCollection
InputBindingsInternal
279
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
System\Windows\Generated\UIElement3D.cs (4)
42
public
InputBindingCollection
InputBindings
47
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
59
internal
InputBindingCollection
InputBindingsInternal
76
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
System\Windows\Input\Command\CommandManager.cs (5)
200
InputBindingCollection
inputBindings = _classInputBindings[type] as
InputBindingCollection
;
299
InputBindingCollection
localInputBindings = null;
332
InputBindingCollection
classInputBindings = _classInputBindings[classType] as
InputBindingCollection
;
System\Windows\UIElement.cs (2)
4681
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = new UncommonField<
InputBindingCollection
>();
System\Windows\UIElement3D.cs (2)
1571
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = new UncommonField<
InputBindingCollection
>();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7858
typeof(System.Windows.Input.
InputBindingCollection
), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11650
typeof(System.Windows.Input.
InputBindingCollection
),