1 write to _commandId
PresentationCore (1)
System\Windows\Input\Command\RoutedCommand.cs (1)
68_commandId = commandId;
5 references to _commandId
PresentationCore (5)
System\Windows\Input\Command\RoutedCommand.cs (5)
206return _commandId; 246return ApplicationCommands.LoadDefaultGestureFromResource(_commandId); 250return NavigationCommands.LoadDefaultGestureFromResource(_commandId); 254return MediaCommands.LoadDefaultGestureFromResource(_commandId); 258return ComponentCommands.LoadDefaultGestureFromResource(_commandId);