5 references to None
WindowsBase (5)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
353
else if ( (compressionOption != CompressionOption.NotCompressed) && (encryptionOption == EncryptionOption.
None
) )
396
return CreateStream(name,CompressionOption.NotCompressed,EncryptionOption.
None
);
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (3)
146
internal StreamInfo( StorageInfo parent, string streamName ) : this (parent, streamName, CompressionOption.NotCompressed, EncryptionOption.
None
)
206
return EncryptionOption.
None
;
822
_encryptionOption = EncryptionOption.
None
;