5 references to _classInputBindings
PresentationCore (5)
System\Windows\Input\Command\CommandManager.cs (5)
186
lock (
_classInputBindings
.SyncRoot)
188
InputBindingCollection inputBindings =
_classInputBindings
[type] as InputBindingCollection;
193
_classInputBindings
[type] = inputBindings;
315
lock (
_classInputBindings
.SyncRoot)
320
InputBindingCollection classInputBindings =
_classInputBindings
[classType] as InputBindingCollection;