1 write to contentGrid
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
81
this.
contentGrid
= new Grid();
8 references to contentGrid
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (8)
82
this.
contentGrid
.Background = Brushes.Transparent;
83
this.
contentGrid
.VerticalAlignment = VerticalAlignment.Center;
84
this.
contentGrid
.Children.Add(text);
89
this.stackPanel.Children.Add(
contentGrid
);
485
this.
contentGrid
.Children.Clear();
486
this.
contentGrid
.Children.Add(itemView);
490
contentGrid
.Children.Clear();
491
contentGrid
.Children.Add(text);