4 references to CommandId
PresentationCore (4)
System\Windows\Input\Command\RoutedUICommand.cs (4)
95
return ApplicationCommands.GetUIText(
CommandId
);
99
return NavigationCommands.GetUIText(
CommandId
);
103
return MediaCommands.GetUIText(
CommandId
);
107
return ComponentCommands.GetUIText(
CommandId
);