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