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)
481private ConnectionPointCookie _connectionPoint;
System\Windows\Controls\WebBrowser.cs (1)
987private ConnectionPointCookie _cookie;