5 references to ConnectionPointCookie
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
3704
:
this
(source, sink, eventInterface, true) {
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
954
this.cookie = new AxHost.
ConnectionPointCookie
(this.NativeHtmlDocument2,
winforms\Managed\System\WinForms\HtmlElement.cs (1)
1473
this.cookie = new AxHost.
ConnectionPointCookie
(this.NativeHtmlElement,
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
709
this.cookie = new AxHost.
ConnectionPointCookie
(NativeHtmlWindow,
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4647
connectionPointCookies[i] = new AxHost.
ConnectionPointCookie
(obj, this, typeof(UnsafeNativeMethods.IPropertyNotifySink), /*throwException*/ false);