3 writes to Definition
System.Activities (3)
System\Activities\Runtime\LocationEnvironment.cs (3)
53this.Definition = definition; 182this.Definition = activity; 217this.Definition = handleScope.Activity;
8 references to Definition
System.Activities (8)
System\Activities\Runtime\LocationEnvironment.cs (7)
171return this.Definition; 215if (this.Definition == null) 291UninitializeHandles(scope, this.Definition.RuntimeVariables, ref context); 292UninitializeHandles(scope, this.Definition.ImplementationVariables, ref context); 311Fx.Assert(variable.Owner == this.Definition, "We should only be targeting the vairables at this scope."); 475while (targetEnvironment != null && targetEnvironment.Definition != environmentOwner) 505this.MappableObjectManager.Register(location, this.Definition, locationReference, activityInstance);
System\Activities\RuntimeArgument.cs (1)
397if (object.ReferenceEquals(context.Environment.Definition, context.Activity))