1 write to outerGrid
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
98this.outerGrid = new Grid()
3 references to outerGrid
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (3)
107this.outerGrid.Children.Add(panel); 108this.outerGrid.Children.Add(hintTextGrid); 312this.Content = outerGrid;