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