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