1 write to core
WindowsBase (1)
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
129core = parentStorage.CoreForChildStream( path );
48 references to core
WindowsBase (48)
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (48)
171_streamReference = new CompoundFileStreamReference(this.parentStorage.FullNameInternal, this.core.streamName); 228return core.streamName; 299if (null != core.exposedStream) 301((Stream)(core.exposedStream)).Close(); 303core.exposedStream = null; 305if( null != core.safeIStream ) 308((IDisposable) core.safeIStream).Dispose(); 309core.safeIStream = null; 315core.streamName, 323if( null != core.safeIStream ) 330core.streamName, 335if( null != core.safeIStream ) 355core.streamName, 383core.streamName, 395core.safeIStream = openedIStream; 398BuildStreamOnUnderlyingIStream( core.safeIStream, openFileAccess, this ); 400core.exposedStream = returnStream; 504if (null != core.exposedStream) 506((Stream)(core.exposedStream)).Close(); 508core.exposedStream = null; 510if( null != core.safeIStream ) 513((IDisposable) core.safeIStream).Dispose(); 514core.safeIStream = null; 520core.streamName, 525if( null != core.safeIStream ) 531core.streamName, 543core.safeIStream = createdSafeIStream; 546core.dataSpaceLabel = dataSpace; 550new CompoundFileStreamReference( parentStorage.FullNameInternal, core.streamName ), 551core.dataSpaceLabel ); 555BuildStreamOnUnderlyingIStream( core.safeIStream, openFileAccess, this ); 559core.exposedStream = returnStream; 571if( null == core.dataSpaceLabel ) 683if( null != core.safeIStream ) 686((IDisposable) core.safeIStream).Dispose(); 687core.safeIStream = null; 689parentStorage.DestroyElement( core.streamName ); 712if( null != core.safeIStream ) 722core.streamName, 726out core.safeIStream ); 751core.safeIStream.Clone( out cloneStream ); 757core.exposedStream = returnStream; 779return (( null == core.streamName ) || parentStorage.StorageDisposed); 789if( null != core.safeIStream ) 792if( null == core.exposedStream ) 795core.safeIStream.Stat( out mySTATs, SafeNativeCompoundFileConstants.STATFLAG_NONAME ); 801((IDisposable) core.safeIStream).Dispose(); 802core.safeIStream = null;