1 write to _handler
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
3506
_handler
= handler;
10 references to _handler
System (10)
compmod\system\componentmodel\TypeDescriptor.cs (10)
3516
return
_handler
.GetAttributes(_instance);
3524
return
_handler
.GetClassName(_instance);
3540
return
_handler
.GetConverter(_instance);
3548
return
_handler
.GetDefaultEvent(_instance);
3556
return
_handler
.GetDefaultProperty(_instance);
3564
return
_handler
.GetEditor(_instance, editorBaseType);
3572
return
_handler
.GetEvents(_instance);
3580
return
_handler
.GetEvents(_instance, attributes);
3588
return
_handler
.GetProperties(_instance, null);
3596
return
_handler
.GetProperties(_instance, attributes);