4 references to SendDesigner
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\DesignerMetadata.cs (1)
51
builder.AddCustomAttributes(typeof(Send), new DesignerAttribute(typeof(
SendDesigner
)));
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (3)
41
public static readonly RoutedCommand CreateReceiveReplyCommand = new RoutedCommand("CreateReceiveReply", typeof(
SendDesigner
));
158
activities.Insert(index,
SendDesigner
.CreateReceiveReply(container, this.ModelItem));
163
Activity replyActivity =
SendDesigner
.CreateReceiveReply(container, this.ModelItem);