1 type derived from IsolatedStorageFileStream
WindowsBase (1)
6 instantiations of IsolatedStorageFileStream
mscorlib (4)
system\io\isolatedstorage\isolatedstoragefile.cs (4)
1260return new IsolatedStorageFileStream(path, mode, this);
1266return new IsolatedStorageFileStream(path, mode, access, this);
1271return new IsolatedStorageFileStream(path, mode, access, share, this);
1276return new IsolatedStorageFileStream(path, FileMode.Create, FileAccess.ReadWrite, FileShare.None, this);
System.Web.Extensions (2)
6 references to IsolatedStorageFileStream
mscorlib (4)
System.Web.Extensions (2)