5 references to _classInputBindings
PresentationCore (5)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (5)
253
lock (
_classInputBindings
.SyncRoot)
255
InputBindingCollection inputBindings =
_classInputBindings
[type] as InputBindingCollection;
260
_classInputBindings
[type] = inputBindings;
391
lock (
_classInputBindings
.SyncRoot)
396
InputBindingCollection classInputBindings =
_classInputBindings
[classType] as InputBindingCollection;