4 references to FindConnectionPoint
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.ConnectionPointCookie.cs (1)
49HRESULT hr = cpc.FindConnectionPoint(&riid, &connectionPoint);
System.Windows.Forms.Primitives (3)
Windows.Win32.IConnectionPointContainer.g.cs (1)
112 return __object.FindConnectionPoint(riid, ppCP);
Windows.Win32.System_Com_IConnectionPointContainer_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.IConnectionPointContainer.Interface.FindConnectionPoint(global::System.Guid*, winmdroot.System.Com.IConnectionPoint**)"/> 28 winmdroot.Foundation.HRESULT __result = @this.FindConnectionPoint(riidLocal, ppCP);