1 write to _commandId
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
87_commandId = commandId;
5 references to _commandId
PresentationCore (5)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (5)
244return _commandId; 284return ApplicationCommands.LoadDefaultGestureFromResource(_commandId); 288return NavigationCommands.LoadDefaultGestureFromResource(_commandId); 292return MediaCommands.LoadDefaultGestureFromResource(_commandId); 296return ComponentCommands.LoadDefaultGestureFromResource(_commandId);