4 references to RoutedUICommand
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
29
RoutedUICommand routedUICommand = new
RoutedUICommand
(name, ownerType, commandId);
System\Windows\Input\Command\ComponentCommands.cs (1)
519
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand);
System\Windows\Input\Command\MediaCommands.cs (1)
458
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand);
System\Windows\Input\Command\SecureUICommand.cs (1)
36
:
base
(name, ownerType, commandId)