2 writes to views
System.Workflow.ComponentModel (2)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (2)
184this.views = new List<DesignerView>(); 647this.views = null;
3 references to views
System.Workflow.ComponentModel (3)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (3)
182if (this.views == null) 185this.views.AddRange(SecondaryViewProvider.GetViews(this)); 188return this.views.AsReadOnly();