4 references to RoutedUICommand
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs (1)
524RoutedUICommand newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand);
Core\CSharp\System\Windows\Input\Command\MediaCommands.cs (1)
463RoutedUICommand newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand);
Core\CSharp\System\Windows\Input\Command\SecureUICommand.cs (1)
55: base(name, ownerType, commandId)
Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
38routedUICommand = new RoutedUICommand(name, ownerType, commandId);