7 instantiations of ConnectionPointCookie
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
3931
connectionPoint = new
ConnectionPointCookie
(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink));
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);
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));
8 references to ConnectionPointCookie
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (1)
3889
private
ConnectionPointCookie
connectionPoint;
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
890
private AxHost.
ConnectionPointCookie
cookie;
winforms\Managed\System\WinForms\HtmlElement.cs (1)
1416
private AxHost.
ConnectionPointCookie
cookie; // To hook up events from the native HtmlElement
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
673
private AxHost.
ConnectionPointCookie
cookie;
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
164
private AxHost.
ConnectionPointCookie
[] connectionPointCookies = null;
4637
connectionPointCookies = new AxHost.
ConnectionPointCookie
[currentObjects.Length];
winforms\Managed\System\WinForms\WebBrowser.cs (1)
46
private AxHost.
ConnectionPointCookie
cookie; // To hook up events from the native WebBrowser
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
53
private AxHost.
ConnectionPointCookie
connectionPoint;