1 write to currentIdSpace
System.Activities (1)
System\Activities\ExecutionProperties.cs (1)
33this.currentIdSpace = this.context.Activity.MemberOf;
6 references to currentIdSpace
System.Activities (6)
System\Activities\ExecutionProperties.cs (6)
96registrationCallback.Register(new RegistrationContext(this.properties, this.currentIdSpace)); 113Fx.Assert(this.currentIdSpace != null, "We should never call OnlyVisibleToPublicChildren when we don't have a currentIdSpace"); 114visibility = this.currentIdSpace; 160registrationCallback.Unregister(new RegistrationContext(this.properties, this.currentIdSpace)); 183return this.properties.GetProperty(name, this.currentIdSpace); 217return this.properties.GetFlattenedProperties(this.currentIdSpace);