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