1 write to parentDesigner
System.Workflow.ComponentModel (1)
AuthoringOM\Design\SecondaryViewProvider.cs (1)
141this.parentDesigner = parentDesigner;
10 references to parentDesigner
System.Workflow.ComponentModel (10)
AuthoringOM\Design\SecondaryViewProvider.cs (10)
143if (this.parentDesigner.Activity.GetType() == activityType) 144UserData[UserDataKey_Designer] = this.parentDesigner; 157if (activityType != this.parentDesigner.Activity.GetType()) 159Activity activity = SecondaryViewProvider.FindActivity(this.parentDesigner, activityType); 165mappedDesigner = this.parentDesigner; 184CompositeActivity parentActivity = this.parentDesigner.Activity as CompositeActivity; 185if (activityType == null || parentActivity == null || !this.parentDesigner.IsEditable) 191CompositeActivityDesigner.InsertActivities(this.parentDesigner, new HitTestInfo(this.parentDesigner, HitTestLocations.Designer), new List<Activity>(new Activity[] { activity }).AsReadOnly(), SR.GetString(SR.AddingImplicitActivity)); 197IUIService uiService = this.parentDesigner.Activity.Site.GetService(typeof(IUIService)) as IUIService;