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