4 references to CommandId
PresentationCore (4)
System\Windows\Input\Command\RoutedUICommand.cs (4)
90
return ApplicationCommands.GetUIText(
CommandId
);
94
return NavigationCommands.GetUIText(
CommandId
);
98
return MediaCommands.GetUIText(
CommandId
);
102
return ComponentCommands.GetUIText(
CommandId
);