2 writes to _type
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
102
_type
= type;
167
_type
= oldReflectPropertyDescriptor.PropertyType;
3 references to _type
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectPropertyDescriptor.cs (3)
348
_getMethod = FindMethod(_componentClass, "Get" + Name, new Type[] { _receiverType },
_type
);
373
public override Type PropertyType =>
_type
;
458
new Type[] { _receiverType,
_type
}, typeof(void));