1 write to _handler
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
476_handler = handler;
11 references to _handler
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (11)
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);