5 references to _classInputBindings
PresentationCore (5)
System\Windows\Input\Command\CommandManager.cs (5)
187
lock (
_classInputBindings
.SyncRoot)
189
InputBindingCollection inputBindings =
_classInputBindings
[type] as InputBindingCollection;
194
_classInputBindings
[type] = inputBindings;
316
lock (
_classInputBindings
.SyncRoot)
321
InputBindingCollection classInputBindings =
_classInputBindings
[classType] as InputBindingCollection;