4 references to RoutedCommand
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\RoutedUICommand.cs (1)
26public RoutedUICommand() : base()
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8566bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.RoutedCommand(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1513case KnownElements.RoutedCommand: o = new System.Windows.Input.RoutedCommand(); break;
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
31static readonly ICommand AddNewInitializerCommand = new RoutedCommand();