1 write to Context
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
44this.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)
37Selection.Subscribe(Context, ModelItemSelectionChanged);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (2)
145Selection.SelectOnly(this.ParentTreeView.Context, selectedModelItem); 155this.ParentTreeView.Context.Items.SetValue(new Selection());