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