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)
218
return
_commandId
;
258
return ApplicationCommands.LoadDefaultGestureFromResource(
_commandId
);
262
return NavigationCommands.LoadDefaultGestureFromResource(
_commandId
);
266
return MediaCommands.LoadDefaultGestureFromResource(
_commandId
);
270
return ComponentCommands.LoadDefaultGestureFromResource(
_commandId
);