15 instantiations of StreamInfo
WindowsBase (15)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (1)
916StreamInfo si = new StreamInfo(_useLicenseStorage, useLicenseStreamName);
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (5)
1045new StreamInfo( dataSpaceStorage, DataSpaceMapTableName ); 1128new StreamInfo ( dataSpaceStorage, DataSpaceMapTableName ); 1280new StreamInfo(dataSpaceDefinitionsStorage,name); 1332StreamInfo transformPrimary = new StreamInfo( 1455new StreamInfo( singleTransformStorage, TransformPrimaryInfo );
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (5)
305StreamInfo streamInfo = new StreamInfo(this, name, compressionOption, encryptionOption); 412StreamInfo streamInfo = new StreamInfo(this, name); 434StreamInfo streamInfo = new StreamInfo(this, name); 452StreamInfo streamInfo = new StreamInfo(this, name); 1400storageElems.Add(new StreamInfo(this, externalName));
Base\System\IO\Packaging\EncryptedPackage.cs (4)
923StreamInfo siPackage = new StreamInfo(_root, PackageStreamName); 987return ((new StreamInfo(root, PackageStreamName)).InternalExists()); 997StreamInfo siPackage = new StreamInfo(_root, PackageStreamName); 1139StreamInfo siPackage = new StreamInfo(_root, PackageStreamName);
33 references to StreamInfo
WindowsBase (33)
Base\MS\Internal\IO\Packaging\CompoundFile\CFStream.cs (2)
315StreamInfo creator) 368StreamInfo backReference;
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (5)
643StreamInfo si, 691foreach (StreamInfo si in _useLicenseStorage.GetStreams()) 809StreamInfo si, 865StreamInfo si, 916StreamInfo si = new StreamInfo(_useLicenseStorage, useLicenseStreamName);
Base\MS\Internal\IO\Packaging\CompoundFile\UserUseLicenseDictionaryLoader.cs (1)
126StreamInfo si,
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (9)
693internal List<IDataTransform> GetTransformsForStreamInfo(StreamInfo streamInfo) 1044StreamInfo dataSpaceMapStreamInfo = 1127StreamInfo dataSpaceMapStreamInfo = 1133StreamInfo versionStreamInfo = null; 1209foreach( StreamInfo definitionStreamInfo in dataSpaceDefinitionsStorage.GetStreams()) 1279StreamInfo singleDefinitionInfo = 1332StreamInfo transformPrimary = new StreamInfo( 1454StreamInfo transformPrimaryInfo = 1616StreamInfo versionStreamInfo = dataSpaceStorage.GetStreamInfo( DataSpaceVersionName );
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (12)
291public StreamInfo CreateStream( string name, CompressionOption compressionOption, EncryptionOption encryptionOption ) 305StreamInfo streamInfo = new StreamInfo(this, name, compressionOption, encryptionOption); 393public StreamInfo CreateStream( string name ) 404public StreamInfo GetStreamInfo(string name) 412StreamInfo streamInfo = new StreamInfo(this, name); 434StreamInfo streamInfo = new StreamInfo(this, name); 452StreamInfo streamInfo = new StreamInfo(this, name); 541public StreamInfo[] GetStreams() 561return (StreamInfo[])streamArray.ToArray(typeof(StreamInfo)); 771StreamInfo[] streams = storageInfo.GetStreams(); 773foreach(StreamInfo stream in streams)
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
567StreamInfo parent )
Base\System\IO\Packaging\EncryptedPackage.cs (3)
923StreamInfo siPackage = new StreamInfo(_root, PackageStreamName); 997StreamInfo siPackage = new StreamInfo(_root, PackageStreamName); 1139StreamInfo siPackage = new StreamInfo(_root, PackageStreamName);