1 write to Context
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
44
this.
Context
= context;
3 references to Context
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
37
Selection.Subscribe(
Context
, ModelItemSelectionChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (2)
145
Selection.SelectOnly(this.ParentTreeView.
Context
, selectedModelItem);
155
this.ParentTreeView.
Context
.Items.SetValue(new Selection());