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)
3516return _handler.GetAttributes(_instance); 3524return _handler.GetClassName(_instance); 3540return _handler.GetConverter(_instance); 3548return _handler.GetDefaultEvent(_instance); 3556return _handler.GetDefaultProperty(_instance); 3564return _handler.GetEditor(_instance, editorBaseType); 3572return _handler.GetEvents(_instance); 3580return _handler.GetEvents(_instance, attributes); 3588return _handler.GetProperties(_instance, null); 3596return _handler.GetProperties(_instance, attributes);