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