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