2 instantiations of ConnectionPointCookie
PresentationFramework (2)
MS\Internal\Controls\ActiveXSite.cs (1)
440
_connectionPoint = new
ConnectionPointCookie
(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink));
System\Windows\Controls\WebBrowser.cs (1)
576
_cookie = new
ConnectionPointCookie
(_axIWebBrowser2,
2 references to ConnectionPointCookie
PresentationFramework (2)
MS\Internal\Controls\ActiveXSite.cs (1)
478
private
ConnectionPointCookie
_connectionPoint;
System\Windows\Controls\WebBrowser.cs (1)
984
private
ConnectionPointCookie
_cookie;