2 types derived from CompoundFileReference
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStorageReference.cs (1)
42
internal class CompoundFileStorageReference :
CompoundFileReference
, IComparable
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStreamReference.cs (1)
33
internal class CompoundFileStreamReference :
CompoundFileReference
, IComparable
11 references to CompoundFileReference
WindowsBase (11)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileReference.cs (3)
117
static internal int Save(
CompoundFileReference
reference, BinaryWriter writer)
176
internal static
CompoundFileReference
Load(BinaryReader reader, out int bytesRead)
242
CompoundFileReference
newRef = null;
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (8)
563
internal void RemoveContainerFromDataSpaceMap(
CompoundFileReference
target)
673
internal string DataSpaceOf(
CompoundFileReference
target )
1097
CompoundFileReference
entryRef =
1098
CompoundFileReference
.Load( dataSpaceMapReader, out bytesRead );
1161
foreach(
CompoundFileReference
o in _dataSpaceMap.Keys )
1165
int entryLength =
CompoundFileReference
.Save(o, null);
1176
CompoundFileReference
.Save( o, dataSpaceMapWriter);
1509
internal void CreateDataSpaceMapping(
CompoundFileReference
containerReference, string label )