3 instantiations of KeyBinding
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (1)
169
return new
KeyBinding
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5979
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
KeyBinding
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1357
case KnownElements.KeyBinding: o = new System.Windows.Input.
KeyBinding
(); break;
16 references to KeyBinding
PresentationCore (6)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (6)
113
DependencyProperty.Register("Modifiers", typeof(ModifierKeys), typeof(
KeyBinding
), new UIPropertyMetadata(ModifierKeys.None, new PropertyChangedCallback(OnModifiersPropertyChanged)));
132
KeyBinding
keyBinding = (
KeyBinding
)d;
140
DependencyProperty.Register("Key", typeof(Key), typeof(
KeyBinding
), new UIPropertyMetadata(Key.None, new PropertyChangedCallback(OnKeyPropertyChanged)));
159
KeyBinding
keyBinding = (
KeyBinding
)d;
PresentationFramework (10)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
429
case 337: t = () => typeof(
KeyBinding
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
7324
Type type = typeof(System.Windows.Input.
KeyBinding
);
7326
this.GetXamlType(typeof(System.Windows.Input.
KeyBinding
)), // DeclaringType
7333
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Input.
KeyBinding
)target).Gesture = (System.Windows.Input.InputGesture)value; };
7334
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Input.
KeyBinding
)target).Gesture; };
8245
Type type = typeof(System.Windows.Input.
KeyBinding
);
8246
DependencyProperty dp = System.Windows.Input.
KeyBinding
.KeyProperty;
8248
this.GetXamlType(typeof(System.Windows.Input.
KeyBinding
)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5977
typeof(System.Windows.Input.
KeyBinding
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5881
case KnownElements.KeyBinding: t = typeof(System.Windows.Input.
KeyBinding
); break;