4 references to CookieHandler
PresentationCore (2)
MS\Internal\WpfWebRequestHelper.cs (2)
89CookieHandler.HandleWebRequest(httpRequest); 156CookieHandler.HandleWebResponse(response);
PresentationFramework (2)
System\Windows\Application.cs (2)
716return CookieHandler.GetCookie(uri, true/*throwIfNoCookie*/); 729CookieHandler.SetCookie(uri, value);