1 write to ModelItem
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ContentDialogViewModel.cs (1)
23
this.
ModelItem
= modelItem;
4 references to ModelItem
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\ContentDialogViewModel.cs (4)
79
return this.
ModelItem
.GetEditingContext();
135
ModelProperty contentProperty = this.
ModelItem
.Properties["Content"];
163
ModelTreeManager modelTreeManager = (this.
ModelItem
as IModelTreeItem).ModelTreeManager;
165
ModelItem contentModelItem = this.
ModelItem
.Properties["Content"].Value;