1 write to _instance
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2806_instance = instance;
11 references to _instance
System.ComponentModel.TypeConverter (11)
System\ComponentModel\TypeDescriptor.cs (11)
2810AttributeCollection ICustomTypeDescriptor.GetAttributes() => _handler.GetAttributes(_instance); 2812string ICustomTypeDescriptor.GetClassName() => _handler.GetClassName(_instance); 2817TypeConverter ICustomTypeDescriptor.GetConverter() => _handler.GetConverter(_instance); 2822return _handler.GetDefaultEvent(_instance); 2828return _handler.GetDefaultProperty(_instance); 2834return _handler.GetEditor(_instance, editorBaseType); 2839return _handler.GetEvents(_instance); 2845return _handler.GetEvents(_instance, attributes); 2851return _handler.GetProperties(_instance, null); 2857return _handler.GetProperties(_instance, attributes); 2860object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor? pd) => _instance;