Base:
method
BeginRead
System.IO.Stream.BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
2 overrides of BeginRead
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
303
public override IAsyncResult
BeginRead
(byte[] array, int offset, int numBytes, AsyncCallback? userCallback, object? stateObject)
System.Net.Requests (1)
System\Net\FileWebRequest.cs (1)
368
public override IAsyncResult
BeginRead
(byte[] buffer, int offset, int size, AsyncCallback? callback, object? state)
3 references to BeginRead
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
305
return _fs.
BeginRead
(array, offset, numBytes, userCallback, stateObject);
System.Net.Requests (1)
System\Net\FileWebRequest.cs (1)
373
return base.
BeginRead
(buffer, offset, size, callback, state);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
578
_fileStream.
BeginRead
(