1 instantiation of ReceiveContentDialog
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ReceiveContentDialog.xaml.cs (1)
49return new ReceiveContentDialog(activity, context, owner).ShowOkCancel();
4 references to ReceiveContentDialog
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\ReceiveContentDialog.xaml.cs (1)
18DependencyProperty.Register("ViewModel", typeof(ContentDialogViewModel<ReceiveMessageContent, ReceiveParametersContent>), typeof(ReceiveContentDialog));
System\ServiceModel\Activities\Presentation\ReceiveContentPropertyEditor.cs (1)
23ReceiveContentDialog.ShowDialog(container.ModelItem, container.Context, container.WorkflowViewElement);
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (1)
239if (ReceiveContentDialog.ShowDialog(this.ModelItem, this.Context, this))
System\ServiceModel\Activities\Presentation\ReceiveReplyDesigner.xaml.cs (1)
117if (ReceiveContentDialog.ShowDialog(this.ModelItem, this.Context, this))