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