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