3 references to STG_E_FILENOTFOUND
WindowsBase (3)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (1)
816if (hr == SafeNativeCompoundFileConstants.STG_E_FILENOTFOUND)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (1)
1135else if( SafeNativeCompoundFileConstants.STG_E_FILENOTFOUND != nativeCallErrorCode )
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (1)
379case SafeNativeCompoundFileConstants.STG_E_FILENOTFOUND: