3 references to RoutedCommand
PresentationCore (1)
System\Windows\Input\Command\RoutedUICommand.cs (1)
27
public RoutedUICommand() :
base
()
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8570
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
RoutedCommand
(); };
System\Windows\Markup\KnownTypes.cs (1)
1512
case KnownElements.RoutedCommand: o = new System.Windows.Input.
RoutedCommand
(); break;