3 references to GetProperty
System.Activities (3)
System\Activities\CodeActivityContext.cs (1)
36return (THandle)this.CurrentInstance.PropertyManager.GetProperty(Handle.GetPropertyName(typeof(THandle)), this.Activity.MemberOf);
System\Activities\ExecutionProperties.cs (1)
183return this.properties.GetProperty(name, this.currentIdSpace);
System\Activities\RegistrationContext.cs (1)
36return this.properties.GetProperty(name, this.currentIdSpace);