3 references to RoutedUICommand
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
27RoutedUICommand routedUICommand = new RoutedUICommand(name, ownerType, commandId)
System\Windows\Input\Command\ComponentCommands.cs (1)
505RoutedUICommand newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand)
System\Windows\Input\Command\MediaCommands.cs (1)
444RoutedUICommand newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand)