4 references to CommandId
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\RoutedUICommand.cs (4)
100
return ApplicationCommands.GetUIText(
CommandId
);
104
return NavigationCommands.GetUIText(
CommandId
);
108
return MediaCommands.GetUIText(
CommandId
);
112
return ComponentCommands.GetUIText(
CommandId
);