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