1 override of IsAsync
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
195public override bool IsAsync
3 references to IsAsync
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1104if (!filestream.IsAsync)
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
199return _fs.IsAsync;
System.Net.Sockets (1)
System\Net\Sockets\SendPacketsElement.cs (1)
52if (!fileStream.IsAsync)