3 references to ConnectionPointCookie
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
3931connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink));
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1279this.cookie = new AxHost.ConnectionPointCookie(ax, webBrowserEvent,
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
472connectionPoint = new AxHost.ConnectionPointCookie(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink));