1 write to _commandId
PresentationCore (1)
System\Windows\Input\Command\RoutedCommand.cs (1)
69_commandId = commandId;
5 references to _commandId
PresentationCore (5)
System\Windows\Input\Command\RoutedCommand.cs (5)
207return _commandId; 247return ApplicationCommands.LoadDefaultGestureFromResource(_commandId); 251return NavigationCommands.LoadDefaultGestureFromResource(_commandId); 255return MediaCommands.LoadDefaultGestureFromResource(_commandId); 259return ComponentCommands.LoadDefaultGestureFromResource(_commandId);