1 write to receiverType
System (1)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
140
this.
receiverType
= receiverType;
11 references to receiverType
System (11)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (11)
343
if (
receiverType
== null) {
356
getMethod = FindMethod(componentClass, "Get" + Name, new Type[] {
receiverType
}, type);
381
return (
receiverType
!= null);
414
if (
receiverType
== null) {
418
args = new Type[] {
receiverType
};
479
if (
receiverType
== null) {
490
new Type[] {
receiverType
, type}, typeof(void));
517
if (
receiverType
== null) {
521
args = new Type[] {
receiverType
};
598
return
receiverType
;
830
memberInfo = currentReflectType.GetMethod("Get" + Name, bindingFlags, null, new Type[] {
receiverType
}, null);