1 instantiation of SendContentDialog
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\SendContentDialog.xaml.cs (1)
49return new SendContentDialog(activity, context, owner).ShowOkCancel();
4 references to SendContentDialog
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\SendContentDialog.xaml.cs (1)
18DependencyProperty.Register("ViewModel", typeof(ContentDialogViewModel<SendMessageContent, SendParametersContent>), typeof(SendContentDialog));
System\ServiceModel\Activities\Presentation\SendContentPropertyEditor.cs (1)
23SendContentDialog.ShowDialog(container.ModelItem, container.Context, container.WorkflowViewElement);
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
242if (SendContentDialog.ShowDialog(this.ModelItem, this.Context, this))
System\ServiceModel\Activities\Presentation\SendReplyDesigner.xaml.cs (1)
116if (SendContentDialog.ShowDialog(this.ModelItem, this.Context, this))