1 override of View
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (1)
38public override System.Windows.Media.Visual View
3 references to View
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
544view.Children.Add((UIElement)viewManager.View);
cdf\src\NetFx40\Tools\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);