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)
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);