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)
2815
AttributeCollection ICustomTypeDescriptor.GetAttributes() =>
_handler
.GetAttributes(_instance);
2817
string ICustomTypeDescriptor.GetClassName() =>
_handler
.GetClassName(_instance);
2822
TypeConverter ICustomTypeDescriptor.GetConverter() =>
_handler
.GetConverter(_instance);
2827
return
_handler
.GetDefaultEvent(_instance);
2833
return
_handler
.GetDefaultProperty(_instance);
2839
return
_handler
.GetEditor(_instance, editorBaseType);
2844
return
_handler
.GetEvents(_instance);
2850
return
_handler
.GetEvents(_instance, attributes);
2856
return
_handler
.GetProperties(_instance, null);
2862
return
_handler
.GetProperties(_instance, attributes);