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