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