7 instantiations of ConnectionPointCookie
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
61_connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(IPropertyNotifySink.Interface), throwException: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4076_connectionPointCookies[i] = new(obj, this, typeof(IPropertyNotifySink.Interface), throwException: false);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
69_cookie = new AxHost.ConnectionPointCookie(
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
93_cookie = new AxHost.ConnectionPointCookie(
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (1)
60_cookie = new AxHost.ConnectionPointCookie(
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
1162_cookie = new AxHost.ConnectionPointCookie(ax, _webBrowserEvent, typeof(SHDocVw.DWebBrowserEvents2));
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
383_connectionPoint = new AxHost.ConnectionPointCookie(nativeObject, this, typeof(IPropertyNotifySink.Interface));
8 references to ConnectionPointCookie
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
32private ConnectionPointCookie? _connectionPoint;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
130private AxHost.ConnectionPointCookie[]? _connectionPointCookies; 4062_connectionPointCookies = new AxHost.ConnectionPointCookie[_selectedObjects.Length];
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
26private AxHost.ConnectionPointCookie? _cookie;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
47private AxHost.ConnectionPointCookie? _cookie; // To hook up events from the native HtmlElement
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (1)
27private AxHost.ConnectionPointCookie? _cookie;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
31private AxHost.ConnectionPointCookie? _cookie; // To hook up events from the native WebBrowser
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
33private AxHost.ConnectionPointCookie? _connectionPoint;