1 instantiation of ComConnectionPoint
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17907
return 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)
17751
using (
ComConnectionPoint
cp = cpc.FindConnectionPoint(eventInterface)) {
17897
public
ComConnectionPoint
FindConnectionPoint(Type eventInterface) {