5 instantiations of InputBindingCollection
PresentationCore (4)
System\Windows\Generated\ContentElement.cs (1)
249
bindings = new
InputBindingCollection
(this);
System\Windows\Generated\UIElement.cs (1)
249
bindings = new
InputBindingCollection
(this);
System\Windows\Generated\UIElement3D.cs (1)
44
bindings = new
InputBindingCollection
(this);
System\Windows\Input\Command\CommandManager.cs (1)
193
inputBindings = new
InputBindingCollection
();
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11650
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
InputBindingCollection
(); };
24 references to InputBindingCollection
PresentationCore (22)
System\Windows\ContentElement.cs (1)
948
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = UIElement.InputBindingCollectionField;
System\Windows\Generated\ContentElement.cs (4)
241
public
InputBindingCollection
InputBindings
246
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
258
internal
InputBindingCollection
InputBindingsInternal
275
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
System\Windows\Generated\UIElement.cs (4)
241
public
InputBindingCollection
InputBindings
246
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
258
internal
InputBindingCollection
InputBindingsInternal
275
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
System\Windows\Generated\UIElement3D.cs (4)
36
public
InputBindingCollection
InputBindings
41
InputBindingCollection
bindings = InputBindingCollectionField.GetValue(this);
53
internal
InputBindingCollection
InputBindingsInternal
70
InputBindingCollection
bindingCollection = InputBindingCollectionField.GetValue(this);
System\Windows\Input\Command\CommandManager.cs (5)
189
InputBindingCollection
inputBindings = _classInputBindings[type] as
InputBindingCollection
;
288
InputBindingCollection
localInputBindings = null;
321
InputBindingCollection
classInputBindings = _classInputBindings[classType] as
InputBindingCollection
;
System\Windows\UIElement.cs (2)
4676
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = new UncommonField<
InputBindingCollection
>();
System\Windows\UIElement3D.cs (2)
1556
internal static readonly UncommonField<
InputBindingCollection
> InputBindingCollectionField = new UncommonField<
InputBindingCollection
>();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7856
typeof(System.Windows.Input.
InputBindingCollection
), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11648
typeof(System.Windows.Input.
InputBindingCollection
),