4 references to _internalCommands
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs (4)
520
lock (
_internalCommands
.SyncRoot)
522
if (
_internalCommands
[(int)idCommand] == null)
526
_internalCommands
[(int)idCommand] = newCommand;
529
return
_internalCommands
[(int)idCommand];