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