4 references to STREAM_SEEK_SET
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompoundFile\CFStream.cs (2)
123SafeNativeCompoundFileConstants.STREAM_SEEK_SET, 171translatedSeekOrigin = SafeNativeCompoundFileConstants.STREAM_SEEK_SET;
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (1)
721if (dlibMove < 0 && dwOrigin == SafeNativeCompoundFileConstants.STREAM_SEEK_SET)
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
752cloneStream.Seek( 0, SafeNativeCompoundFileConstants.STREAM_SEEK_SET, out dummy );