5 references to _classInputBindings
PresentationCore (5)
System\Windows\Input\Command\CommandManager.cs (5)
198
lock (
_classInputBindings
.SyncRoot)
200
InputBindingCollection inputBindings =
_classInputBindings
[type] as InputBindingCollection;
205
_classInputBindings
[type] = inputBindings;
327
lock (
_classInputBindings
.SyncRoot)
332
InputBindingCollection classInputBindings =
_classInputBindings
[classType] as InputBindingCollection;