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