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