3 writes to activeView
System.Workflow.ComponentModel (3)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (3)
121this.activeView = ValidatedViews[0]; 132this.activeView = value; 140this.activeView = previousView;
6 references to activeView
System.Workflow.ComponentModel (6)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (6)
120if (this.activeView == null) 122return this.activeView; 127if (this.activeView == value || value == null) 130DesignerView previousView = this.activeView; 147OnViewChanged(this.activeView); 584writer.Write(views.IndexOf(this.activeView));