4 references to _internalCommands
PresentationCore (4)
System\Windows\Input\Command\ComponentCommands.cs (4)
501
lock (
_internalCommands
.SyncRoot)
503
if (
_internalCommands
[(int)idCommand] == null)
507
_internalCommands
[(int)idCommand] = newCommand;
510
return
_internalCommands
[(int)idCommand];