1 write to owner
System.WorkflowServices (1)
System\Workflow\ComponentModel\Design\FindSimilarActivitiesVerb.cs (1)
33this.owner = designer;
5 references to owner
System.WorkflowServices (5)
System\Workflow\ComponentModel\Design\FindSimilarActivitiesVerb.cs (5)
40ActivityDesigner activityDesigner = designerVerb.owner; 72if (owner.Activity != null && owner.Activity.Site != null) 74return owner.Activity.Site.GetService(serviceType); 87if (this.matchMaker((TActivity) owner.Activity, foundActivity))