1 write to _commandId
PresentationCore (1)
System\Windows\Input\Command\RoutedCommand.cs (1)
80_commandId = commandId;
5 references to _commandId
PresentationCore (5)
System\Windows\Input\Command\RoutedCommand.cs (5)
218return _commandId; 258return ApplicationCommands.LoadDefaultGestureFromResource(_commandId); 262return NavigationCommands.LoadDefaultGestureFromResource(_commandId); 266return MediaCommands.LoadDefaultGestureFromResource(_commandId); 270return ComponentCommands.LoadDefaultGestureFromResource(_commandId);