3 writes to type
PresentationCore (1)
Core\CSharp\System\Windows\Media\StreamAsIStream.cs (1)
493statstgOut.type = 2; // STGTY_STREAM
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\managedIStream.cs (1)
132streamStats.type = NativeMethods.STGTY_STREAM;
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\PrivateUnsafeNativeCompoundFileMethods.cs (1)
227returnValue.type = SafeNativeCompoundFileConstants.STGTY_LOCKBYTES;
2 references to type
WindowsBase (2)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
1385else if( SafeNativeCompoundFileConstants.STGTY_STORAGE == enumElement.type ) 1394else if( SafeNativeCompoundFileConstants.STGTY_STREAM == enumElement.type )