3 references to ReadAsync
Microsoft.Maui.Controls (3)
Internals\ImageParser.cs (3)
123 int bytesRead = await ReadAsync(_blockBuffer, _currentBlockSize).ConfigureAwait(false); 147 await ReadAsync(_blockBuffer, _currentBlockSize).ConfigureAwait(false); 210 int bytesRead = await stream.ReadAsync(_colorData, toRead).ConfigureAwait(false);