1 instantiation of ComConnectionPoint
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17907return new ComConnectionPoint(result, false); // result is already ref-counted as an out-param so pass in false
2 references to ComConnectionPoint
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
17751using (ComConnectionPoint cp = cpc.FindConnectionPoint(eventInterface)) { 17897public ComConnectionPoint FindConnectionPoint(Type eventInterface) {