3 references to IConnectionPoint
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
3692
private UnsafeNativeMethods.
IConnectionPoint
connectionPoint;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
6969
int FindConnectionPoint([In] ref Guid guid, [Out, MarshalAs(UnmanagedType.Interface)]out
IConnectionPoint
ppCP);
6976
int Next(int cConnections, out
IConnectionPoint
pCp, out int pcFetched);