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