1 write to IsHandle
System.Activities (1)
System\Activities\Variable.cs (1)
279
this.
IsHandle
= ActivityUtilities.IsHandle(typeof(T));
7 references to IsHandle
System.Activities (7)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (2)
641
else if (newVariable.
IsHandle
)
645
environmentEntry.IsNewHandle = newVariable.
IsHandle
;
System\Activities\Runtime\LocationEnvironment.cs (1)
313
if (variable.
IsHandle
)
System\Activities\Variable.cs (4)
182
if (this.
IsHandle
)
403
VariableLocation variableLocation = new VariableLocation(Modifiers, this.
IsHandle
);
405
if (this.
IsHandle
)
444
return new VariableLocation(this.Modifiers, this.
IsHandle
);