1 write to _handler
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2810_handler = handler;
10 references to _handler
System.ComponentModel.TypeConverter (10)
System\ComponentModel\TypeDescriptor.cs (10)
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);