1 write to outlineView
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
304
this.
outlineView
= new Grid();
8 references to outlineView
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (6)
182
if (this.
outlineView
!= null)
184
this.
outlineView
.Children.Clear();
302
if (this.
outlineView
== null)
305
this.
outlineView
.Focusable = false;
309
return this.
outlineView
;
326
this.
outlineView
.Children.Add(treeView);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (2)
110
if (this.
outlineView
!= null)
112
this.
outlineView
.Children.Clear();