8 references to IConnectionPointContainer
mscorlib (6)
system\Runtime\InteropServices\ComEventsSink.cs (2)
261ComTypes.IConnectionPointContainer cpc = (ComTypes.IConnectionPointContainer)rcw;
system\runtime\interopservices\ComTypes\iconnectionpoint.cs (1)
26void GetConnectionPointContainer(out IConnectionPointContainer ppCPC);
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (3)
44typeof(IConnectionPointContainer), 479MethodInfo CPCFindCPMethod = typeof(IConnectionPointContainer).GetMethod( "FindConnectionPoint" ); 577il.Emit( OpCodes.Castclass, typeof(IConnectionPointContainer) );
PresentationFramework (1)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
1663public SafeConnectionPointCookie(IConnectionPointContainer target, object sink, Guid eventId)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17878: base(obj, addRefIntPtr, typeof(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer).GUID) {