3 references to PickDesigner
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\DesignerMetadata.cs (1)
93
PickDesigner
.RegisterMetadata(builder);
System\Activities\Core\Presentation\PickDesigner.xaml.cs (2)
21
public static readonly RoutedCommand CreateBranchCommand = new RoutedCommand("CreateBranchCommand", typeof(
PickDesigner
));
32
builder.AddCustomAttributes(type, new DesignerAttribute(typeof(
PickDesigner
)));