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