15 references to StreamInfo
WindowsBase (15)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (1)
916
StreamInfo si = new
StreamInfo
(_useLicenseStorage, useLicenseStreamName);
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (5)
1045
new
StreamInfo
( dataSpaceStorage, DataSpaceMapTableName );
1128
new
StreamInfo
( dataSpaceStorage, DataSpaceMapTableName );
1280
new
StreamInfo
(dataSpaceDefinitionsStorage,name);
1332
StreamInfo transformPrimary = new
StreamInfo
(
1455
new
StreamInfo
( singleTransformStorage, TransformPrimaryInfo );
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (4)
412
StreamInfo streamInfo = new
StreamInfo
(this, name);
434
StreamInfo streamInfo = new
StreamInfo
(this, name);
452
StreamInfo streamInfo = new
StreamInfo
(this, name);
1400
storageElems.Add(new
StreamInfo
(this, externalName));
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
137
private StreamInfo( StorageRoot root, string streamPath ) :
this
((StorageInfo)root, streamPath)
Base\System\IO\Packaging\EncryptedPackage.cs (4)
923
StreamInfo siPackage = new
StreamInfo
(_root, PackageStreamName);
987
return ((new
StreamInfo
(root, PackageStreamName)).InternalExists());
997
StreamInfo siPackage = new
StreamInfo
(_root, PackageStreamName);
1139
StreamInfo siPackage = new
StreamInfo
(_root, PackageStreamName);