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