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)
485return _handler.GetAttributes(_instance); 493return _handler.GetClassName(_instance); 501return _handler.GetName(_instance); 509return _handler.GetConverter(_instance); 517return _handler.GetDefaultEvent(_instance); 525return _handler.GetDefaultProperty(_instance); 533return _handler.GetEditor(_instance, editorBaseType); 541return _handler.GetEvents(_instance); 549return _handler.GetEvents(_instance, attributes); 557return _handler.GetProperties(_instance, null); 565return _handler.GetProperties(_instance, attributes); 573return _instance;