4 references to STATFLAG_NONAME
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompoundFile\CFStream.cs (1)
86_safeIStream.Stat( out streamStat, SafeNativeCompoundFileConstants.STATFLAG_NONAME );
Base\MS\Internal\IO\Packaging\CompoundFile\PrivateUnsafeNativeCompoundFileMethods.cs (1)
215if ((grfStatFlag & ~(SafeNativeCompoundFileConstants.STATFLAG_NONAME |
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (1)
502root.Stat( out rootSTAT, SafeNativeCompoundFileConstants.STATFLAG_NONAME );
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
795core.safeIStream.Stat( out mySTATs, SafeNativeCompoundFileConstants.STATFLAG_NONAME );