1 override of View
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (1)
38public override System.Windows.Media.Visual View
3 references to View
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
544view.Children.Add((UIElement)viewManager.View);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (2)
105if (!this.view.Children.Contains((UIElement)this.viewManager.View)) 108this.view.Children.Add((UIElement)this.viewManager.View);