1 write to _commandId
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
87
_commandId
= commandId;
5 references to _commandId
PresentationCore (5)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (5)
244
return
_commandId
;
284
return ApplicationCommands.LoadDefaultGestureFromResource(
_commandId
);
288
return NavigationCommands.LoadDefaultGestureFromResource(
_commandId
);
292
return MediaCommands.LoadDefaultGestureFromResource(
_commandId
);
296
return ComponentCommands.LoadDefaultGestureFromResource(
_commandId
);