6 references to ConnectionPointCookie
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.ConnectionPointCookie.cs (1)
19
:
this
(source, sink, eventInterface, true)
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)
4084
_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
(