4 references to _internalCommands
PresentationCore (4)
System\Windows\Input\Command\ComponentCommands.cs (4)
515
lock (
_internalCommands
.SyncRoot)
517
if (
_internalCommands
[(int)idCommand] == null)
521
_internalCommands
[(int)idCommand] = newCommand;
524
return
_internalCommands
[(int)idCommand];