1 write to _responseCallback
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
86
_responseCallback
= new AsyncCallback(ResponseCallback);
1 reference to _responseCallback
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
252
entry.webRequest.BeginGetResponse(
_responseCallback
, entry);