2 references to StreamInfo
WindowsBase (2)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (1)
305StreamInfo streamInfo = new StreamInfo(this, name, compressionOption, encryptionOption);
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
146internal StreamInfo( StorageInfo parent, string streamName ) : this (parent, streamName, CompressionOption.NotCompressed, EncryptionOption.None)