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)
954this.cookie = new AxHost.ConnectionPointCookie(this.NativeHtmlDocument2,
winforms\Managed\System\WinForms\HtmlElement.cs (1)
1473this.cookie = new AxHost.ConnectionPointCookie(this.NativeHtmlElement,
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
709this.cookie = new AxHost.ConnectionPointCookie(NativeHtmlWindow,
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4647connectionPointCookies[i] = new AxHost.ConnectionPointCookie(obj, this, typeof(UnsafeNativeMethods.IPropertyNotifySink), /*throwException*/ false);