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