2 writes to rootIStorage
WindowsBase (2)
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (2)
79rootIStorage = root; 424rootIStorage = null;
5 references to rootIStorage
WindowsBase (5)
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (5)
402if( null == rootIStorage ) 416rootIStorage.Commit(0); 437rootIStorage.Commit(0); 465return rootIStorage; 482return ( null == rootIStorage );