15 references to 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 (4)
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\CompoundFile\StreamInfo.cs (1)
137private StreamInfo( StorageRoot root, string streamPath ) : this((StorageInfo)root, streamPath)
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);