1 write to _instance
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2811_instance = instance;
11 references to _instance
System.ComponentModel.TypeConverter (11)
System\ComponentModel\TypeDescriptor.cs (11)
2815AttributeCollection ICustomTypeDescriptor.GetAttributes() => _handler.GetAttributes(_instance); 2817string ICustomTypeDescriptor.GetClassName() => _handler.GetClassName(_instance); 2822TypeConverter ICustomTypeDescriptor.GetConverter() => _handler.GetConverter(_instance); 2827return _handler.GetDefaultEvent(_instance); 2833return _handler.GetDefaultProperty(_instance); 2839return _handler.GetEditor(_instance, editorBaseType); 2844return _handler.GetEvents(_instance); 2850return _handler.GetEvents(_instance, attributes); 2856return _handler.GetProperties(_instance, null); 2862return _handler.GetProperties(_instance, attributes); 2865object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor? pd) => _instance;