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