2 references to ReadCallBack
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
480
_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(
ReadCallBack
), this);
1012
_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(
ReadCallBack
), this);