2 writes to compositeViews
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
477this.compositeViews = new List<ICompositeView>(); 507this.compositeViews = null;
9 references to compositeViews
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (9)
335if (null != this.compositeViews && null != this.lastActivationElement) 337activeContainer = this.compositeViews.Find(p => 391get { return this.compositeViews; } 479if (!this.compositeViews.Contains(container)) 486this.compositeViews.Add(container); 497if (null != this.compositeViews && this.compositeViews.Contains(container)) 504this.compositeViews.Remove(container); 505if (0 == this.compositeViews.Count)