6 references to ContentDialogViewModel
System.Activities.Core.Presentation (6)
System\ServiceModel\Activities\Presentation\ReceiveContentDialog.xaml.cs (3)
18DependencyProperty.Register("ViewModel", typeof(ContentDialogViewModel<ReceiveMessageContent, ReceiveParametersContent>), typeof(ReceiveContentDialog)); 41public ContentDialogViewModel<ReceiveMessageContent, ReceiveParametersContent> ViewModel 43get { return (ContentDialogViewModel<ReceiveMessageContent, ReceiveParametersContent>)GetValue(ViewModelProperty); }
System\ServiceModel\Activities\Presentation\SendContentDialog.xaml.cs (3)
18DependencyProperty.Register("ViewModel", typeof(ContentDialogViewModel<SendMessageContent, SendParametersContent>), typeof(SendContentDialog)); 41public ContentDialogViewModel<SendMessageContent, SendParametersContent> ViewModel 43get { return (ContentDialogViewModel<SendMessageContent, SendParametersContent>)GetValue(ViewModelProperty); }