4 references to Owner
System.Activities (4)
System\Activities\Statements\FlowStep.cs (1)
57
TD.FlowchartNextNull(this.
Owner
.DisplayName);
System\Activities\Statements\FlowSwitch.cs (3)
103
TD.FlowchartSwitchCase(this.
Owner
.DisplayName, newValue.ToString());
113
TD.FlowchartSwitchDefault(this.
Owner
.DisplayName);
120
TD.FlowchartSwitchCaseNotFound(this.
Owner
.DisplayName);