1 write to realPropInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ComponentSerializationService.cs (1)
602this.realPropInfo = realPropInfo;
30 references to realPropInfo
System.Workflow.ComponentModel (30)
AuthoringOM\Design\ComponentSerializationService.cs (30)
626if (this.realPropInfo != null) 627return this.realPropInfo.PropertyType; 667if (this.realPropInfo != null) 668value = this.realPropInfo.GetValue(targetObj, invokeAttr, binder, index, culture); 741if (this.realPropInfo != null) 742return this.realPropInfo.GetAccessors(nonPublic); 749if (this.realPropInfo != null) 750return this.realPropInfo.GetGetMethod(nonPublic); 756if (this.realPropInfo != null) 757return this.realPropInfo.GetSetMethod(nonPublic); 763if (this.realPropInfo != null) 764return this.realPropInfo.GetIndexParameters(); 772if (this.realPropInfo != null) 773return this.realPropInfo.Attributes; 782if (this.realPropInfo != null) 783return this.realPropInfo.CanRead; 792if (this.realPropInfo != null) 793return this.realPropInfo.CanWrite; 804if (this.realPropInfo != null) 805return this.realPropInfo.Name; 816if (this.realPropInfo != null) 817return this.realPropInfo.DeclaringType; 828if (this.realPropInfo != null) 829return this.realPropInfo.ReflectedType; 841if (this.realPropInfo != null) 842return this.realPropInfo.GetCustomAttributes(inherit); 849if (this.realPropInfo != null) 850return this.realPropInfo.GetCustomAttributes(attributeType, inherit); 857if (this.realPropInfo != null) 858return this.realPropInfo.IsDefined(attributeType, inherit);