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