1 write to _instance
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
477
_instance
= instance;
12 references to _instance
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (12)
485
return _handler.GetAttributes(
_instance
);
493
return _handler.GetClassName(
_instance
);
501
return _handler.GetName(
_instance
);
509
return _handler.GetConverter(
_instance
);
517
return _handler.GetDefaultEvent(
_instance
);
525
return _handler.GetDefaultProperty(
_instance
);
533
return _handler.GetEditor(
_instance
, editorBaseType);
541
return _handler.GetEvents(
_instance
);
549
return _handler.GetEvents(
_instance
, attributes);
557
return _handler.GetProperties(
_instance
, null);
565
return _handler.GetProperties(
_instance
, attributes);
573
return
_instance
;