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