11 references to InternalExists
WindowsBase (11)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (4)
306if (streamInfo.InternalExists()) 413if (streamInfo.InternalExists()) 435streamExists = streamInfo.InternalExists(); 453if (streamInfo.InternalExists())
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (3)
681if( InternalExists() ) 737if( !InternalExists() ) 820if (_needToGetTransformInfo && InternalExists())
Base\System\IO\Packaging\EncryptedPackage.cs (4)
924if (!siPackage.InternalExists()) 987return ((new StreamInfo(root, PackageStreamName)).InternalExists()); 998if (siPackage.InternalExists()) 1141Debug.Assert(!siPackage.InternalExists());