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)
207
return
_commandId
;
247
return ApplicationCommands.LoadDefaultGestureFromResource(
_commandId
);
251
return NavigationCommands.LoadDefaultGestureFromResource(
_commandId
);
255
return MediaCommands.LoadDefaultGestureFromResource(
_commandId
);
259
return ComponentCommands.LoadDefaultGestureFromResource(
_commandId
);