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); 373public override Type PropertyType => _type; 458new Type[] { _receiverType, _type }, typeof(void));