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