1 write to owner
System.WorkflowServices (1)
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (1)
27
this.
owner
= owner;
4 references to owner
System.WorkflowServices (4)
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (4)
37
if (
owner
.Activity != null &&
owner
.Activity.Site != null)
39
return
owner
.Activity.Site.GetService(serviceType);
97
Point scrollPosition = workflowView.ClientPointToLogical(
owner
.Location);