2 references to GetCookie
PresentationCore (1)
MS\Internal\AppModel\CookieHandler.cs (1)
34string cookies = GetCookie(httpRequest.RequestUri, throwIfNoCookie: false);
PresentationFramework (1)
System\Windows\Application.cs (1)
716return CookieHandler.GetCookie(uri, true/*throwIfNoCookie*/);