1 write to _instance
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
3507_instance = instance;
11 references to _instance
System (11)
compmod\system\componentmodel\TypeDescriptor.cs (11)
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); 3604return _instance;