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