1 write to _instance
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2821
_instance
= instance;
11 references to _instance
System.ComponentModel.TypeConverter (11)
System\ComponentModel\TypeDescriptor.cs (11)
2825
AttributeCollection ICustomTypeDescriptor.GetAttributes() => _handler.GetAttributes(
_instance
);
2827
string ICustomTypeDescriptor.GetClassName() => _handler.GetClassName(
_instance
);
2832
TypeConverter ICustomTypeDescriptor.GetConverter() => _handler.GetConverter(
_instance
);
2837
return _handler.GetDefaultEvent(
_instance
);
2843
return _handler.GetDefaultProperty(
_instance
);
2849
return _handler.GetEditor(
_instance
, editorBaseType);
2854
return _handler.GetEvents(
_instance
);
2860
return _handler.GetEvents(
_instance
, attributes);
2866
return _handler.GetProperties(
_instance
, null);
2872
return _handler.GetProperties(
_instance
, attributes);
2875
object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor? pd) =>
_instance
;