2 instantiations of StreamInfoCore
WindowsBase (2)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
244childElement = new StreamInfoCore( 255childElement = new StreamInfoCore( streamName, null, null );
13 references to StreamInfoCore
WindowsBase (13)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (12)
218internal StreamInfoCore CoreForChildStream( string streamName ) 225null == childElement as StreamInfoCore ) 260Debug.Assert( null != childElement as StreamInfoCore, 263return childElement as StreamInfoCore; 811else if( deadElementWalking is StreamInfoCore ) 855else if( deadElementWalking is StreamInfoCore ) 857StreamInfoCore deadStreamInfoCore = (StreamInfoCore)deadElementWalking; 1250else if( o is StreamInfoCore ) 1252StreamInfoCore streamRelease = (StreamInfoCore)o; 1273((StreamInfoCore)o).streamName = null;
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
105StreamInfoCore core;