1 write to owner
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
1070
this.
owner
= owner;
8 references to owner
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (8)
1082
string automationIdVariablePartMemberName =
owner
.GetAutomationIdMemberName();
1085
ModelItem modelItem = this.
owner
.ModelItem;
1104
if (this.
owner
.ModelItem != null)
1106
itemType = this.
owner
.ModelItem.ItemType;
1110
itemType = this.
owner
.GetType();
1137
return this.
owner
.GetAutomationHelpText();
1142
return this.
owner
.GetAutomationItemStatus();
1147
return this.
owner
.GetType().Name;