2 writes to webRequest
PresentationCore (2)
System\Windows\Media\Imaging\BitmapDownload.cs (2)
174
entry.
webRequest
= WpfWebRequestHelper.CreateRequest(uri);
251
entry.
webRequest
= null; // GC the WebRequest
3 references to webRequest
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDownload.cs (3)
177
entry.
webRequest
.CachePolicy = uriCachePolicy;
180
entry.
webRequest
.BeginGetResponse(_responseCallback, entry);
247
WebResponse response = WpfWebRequestHelper.EndGetResponse(entry.
webRequest
, result);