5 references to CompoundFileStreamReference
WindowsBase (5)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (3)
247new CompoundFileStreamReference( FullNameInternal, streamName ) ) ); 775manager.RemoveContainerFromDataSpaceMap(new CompoundFileStreamReference( storageInfo.FullNameInternal, stream.Name )); 814manager.RemoveContainerFromDataSpaceMap(new CompoundFileStreamReference( FullNameInternal, elementNameInternal ));
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (2)
171_streamReference = new CompoundFileStreamReference(this.parentStorage.FullNameInternal, this.core.streamName); 550new CompoundFileStreamReference( parentStorage.FullNameInternal, core.streamName ),