1 write to propertyInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
952
this.
propertyInfo
= propertyInfo;
20 references to propertyInfo
System.Workflow.ComponentModel (20)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (20)
957
get { return this.
propertyInfo
.Attributes; }
962
get { return this.
propertyInfo
.CanRead; }
967
get { return this.
propertyInfo
.CanWrite; }
972
foreach (MethodInfo methodInfo in this.
propertyInfo
.GetAccessors(nonPublic))
978
MethodInfo methodInfo = this.
propertyInfo
.GetGetMethod(nonPublic);
988
foreach (ParameterInfo parameter in this.
propertyInfo
.GetIndexParameters())
989
parameters.Add(new RTParameterInfoWrapper(this.rtTypeWrapper, this.
propertyInfo
, parameter));
996
MethodInfo methodInfo = this.
propertyInfo
.GetSetMethod(nonPublic);
1003
return this.
propertyInfo
.GetValue(obj, invokeAttr, binder, index, culture);
1007
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
propertyInfo
.PropertyType); }
1011
this.
propertyInfo
.SetValue(obj, value, invokeAttr, binder, index, culture);
1015
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
propertyInfo
.DeclaringType); }
1019
return this.
propertyInfo
.GetCustomAttributes(attributeType, inherit);
1023
return this.
propertyInfo
.GetCustomAttributes(inherit);
1027
return this.
propertyInfo
.IsDefined(attributeType, inherit);
1031
get { return this.
propertyInfo
.MemberType; }
1035
get { return this.
propertyInfo
.Name; }
1039
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
propertyInfo
.ReflectedType); }
1043
get { return this.
propertyInfo
.MetadataToken; }
1048
get { return this.
propertyInfo
.Module; }