5 references to STGM_CREATE
WindowsBase (5)
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (3)
165openFlags | SafeNativeCompoundFileConstants.STGM_CREATE, 276grfMode |= SafeNativeCompoundFileConstants.STGM_CREATE; 347if( 0 != (grfMode & SafeNativeCompoundFileConstants.STGM_CREATE))
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (2)
313grfMode |= SafeNativeCompoundFileConstants.STGM_CREATE; 518grfMode |= SafeNativeCompoundFileConstants.STGM_CREATE;