1 write to realPropertyInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
43
this.
realPropertyInfo
= propertyInfo;
15 references to realPropertyInfo
System.Workflow.ComponentModel (15)
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (15)
59
return this.
realPropertyInfo
;
77
return this.
realPropertyInfo
.Name;
85
return this.
realPropertyInfo
.DeclaringType;
93
return this.
realPropertyInfo
.ReflectedType;
101
return this.
realPropertyInfo
.PropertyType;
107
return this.
realPropertyInfo
.GetAccessors(nonPublic);
112
return this.
realPropertyInfo
.GetGetMethod(nonPublic);
117
return this.
realPropertyInfo
.GetSetMethod(nonPublic);
145
return this.
realPropertyInfo
.GetIndexParameters();
152
return this.
realPropertyInfo
.Attributes;
160
return this.
realPropertyInfo
.CanRead;
168
return this.
realPropertyInfo
.CanWrite;
176
return this.
realPropertyInfo
.GetCustomAttributes(inherit);
181
return this.
realPropertyInfo
.GetCustomAttributes(attributeType, inherit);
186
return this.
realPropertyInfo
.IsDefined(attributeType, inherit);