5 writes to ActiveView
System.Workflow.ComponentModel (5)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (5)
389ActiveView = viewToActivate; 430ActiveView = ValidatedViews[0]; 465ActiveView = ValidatedViews[0]; 600ActiveView = views[activeDesignerIndex]; 778ActiveView = view;
10 references to ActiveView
System.Workflow.Activities (5)
Designers\ConditionalDesigner.cs (1)
85if (!Expanded || ContainedDesigners.Count == 0 || this != ActiveView.AssociatedDesigner)
Designers\ListenDesigner.cs (1)
65if (!Expanded || ContainedDesigners.Count == 0 || this != ActiveView.AssociatedDesigner)
Designers\ServiceDesigner.cs (2)
65ActivityDesigner hostedDesigner = (ActiveView != null) ? ActiveView.AssociatedDesigner : null;
Designers\WhileDesigner.cs (1)
97if (this == ActiveView.AssociatedDesigner && ContainedDesigners.Count > 0)
System.Workflow.ComponentModel (5)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (5)
249if (ActiveView != null) 250return ActiveView.AssociatedDesigner; 314ActivityDesigner hostedDesigner = (ActiveView != null) ? ActiveView.AssociatedDesigner : null; 768verb.Checked = (view == ActiveView);