1 instantiation of ConnectionPointCookie
PresentationFramework (1)
MS\Internal\Controls\ActiveXSite.cs (1)
441
_connectionPoint = new
ConnectionPointCookie
(nativeObject, this, typeof(UnsafeNativeMethods.IPropertyNotifySink));
2 references to ConnectionPointCookie
PresentationFramework (2)
MS\Internal\Controls\ActiveXSite.cs (1)
482
private
ConnectionPointCookie
_connectionPoint;
System\Windows\Controls\WebBrowser.cs (1)
989
private
ConnectionPointCookie
_cookie;