4 writes to grfMode
PresentationFramework (4)
src\Framework\MS\Internal\IO\Packaging\managedIStream.cs (4)
136streamStats.grfMode = 0; // default value for each flag will be false 139streamStats.grfMode |= NativeMethods.STGM_READWRITE; 143streamStats.grfMode |= NativeMethods.STGM_READ; 147streamStats.grfMode |= NativeMethods.STGM_WRITE;
5 references to grfMode
WindowsBase (5)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
684(GetStat().grfMode & SafeNativeCompoundFileConstants.STGM_READWRITE_Bits) 1125(GetStat().grfMode & SafeNativeCompoundFileConstants.STGM_READWRITE_Bits)
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (2)
504readOnly =( SafeNativeCompoundFileConstants.STGM_WRITE != ( rootSTAT.grfMode & SafeNativeCompoundFileConstants.STGM_WRITE ) && 505SafeNativeCompoundFileConstants.STGM_READWRITE != (rootSTAT.grfMode & SafeNativeCompoundFileConstants.STGM_READWRITE) );
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
798if( grfMode != mySTATs.grfMode )