13 references to IConnectionPoint
mscorlib (10)
system\Runtime\InteropServices\ComEventsSink.cs (2)
29private ComTypes.IConnectionPoint _connectionPoint; 262ComTypes.IConnectionPoint cp;
system\runtime\interopservices\ComTypes\iconnectionpointcontainer.cs (1)
26void FindConnectionPoint([In] ref Guid riid, out IConnectionPoint ppCP);
system\runtime\interopservices\ComTypes\ienumconnectionpoints.cs (1)
26int Next(int celt, [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0), Out] IConnectionPoint[] rgelt, IntPtr pceltFetched);
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (6)
58typeof(IConnectionPoint), 111MethodInfo CPAdviseMethod = typeof(IConnectionPoint).GetMethod( "Advise" ); 282MethodInfo CPUnadviseMethod = typeof(IConnectionPoint).GetMethod( "Unadvise" ); 492LocalBuilder ltCP = il.DeclareLocal( typeof(IConnectionPoint) ); 538il.Emit( OpCodes.Castclass, typeof(IConnectionPoint) ); 603MethodInfo CPUnadviseMethod = typeof(IConnectionPoint).GetMethod( "Unadvise" );
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
1654private IConnectionPoint _cp; 1672IConnectionPoint cp = null;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17922: base(obj, addRefIntPtr, typeof(System.Runtime.InteropServices.ComTypes.IConnectionPoint).GUID) {