1 write to realPropertyInfo
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2427
this.
realPropertyInfo
= propertyInfo;
15 references to realPropertyInfo
System.Workflow.Activities (15)
Designers\StateDesigner.cs (15)
2437
return this.
realPropertyInfo
.Name;
2445
return this.
realPropertyInfo
.DeclaringType;
2453
return this.
realPropertyInfo
.ReflectedType;
2461
return this.
realPropertyInfo
.PropertyType;
2467
return this.
realPropertyInfo
.GetAccessors(nonPublic);
2472
return this.
realPropertyInfo
.GetGetMethod(nonPublic);
2477
return this.
realPropertyInfo
.GetSetMethod(nonPublic);
2490
this.
realPropertyInfo
.SetValue(obj, value, invokeAttr, binder, index, culture);
2495
return this.
realPropertyInfo
.GetIndexParameters();
2502
return this.
realPropertyInfo
.Attributes;
2510
return this.
realPropertyInfo
.CanRead;
2518
return this.
realPropertyInfo
.CanWrite;
2526
return this.
realPropertyInfo
.GetCustomAttributes(inherit);
2531
return this.
realPropertyInfo
.GetCustomAttributes(attributeType, inherit);
2536
return this.
realPropertyInfo
.IsDefined(attributeType, inherit);