1 write to _handler
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2819_handler = handler;
10 references to _handler
System.ComponentModel.TypeConverter (10)
System\ComponentModel\TypeDescriptor.cs (10)
2824AttributeCollection ICustomTypeDescriptor.GetAttributes() => _handler.GetAttributes(_instance); 2826string ICustomTypeDescriptor.GetClassName() => _handler.GetClassName(_instance); 2831TypeConverter ICustomTypeDescriptor.GetConverter() => _handler.GetConverter(_instance); 2836return _handler.GetDefaultEvent(_instance); 2842return _handler.GetDefaultProperty(_instance); 2848return _handler.GetEditor(_instance, editorBaseType); 2853return _handler.GetEvents(_instance); 2859return _handler.GetEvents(_instance, attributes); 2865return _handler.GetProperties(_instance, null); 2871return _handler.GetProperties(_instance, attributes);