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