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