5 references to VT_BLOB
PresentationCore (3)
System\Windows\Media\Imaging\PropVariant.cs (3)
395Init((value as BitmapMetadataBlob).InternalGetBlobValue(), typeof(byte), VarEnum.VT_BLOB); 429if ((vt & VarEnum.VT_VECTOR) != 0 || vt == VarEnum.VT_BLOB) 681case VarEnum.VT_BLOB:
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (2)
179else if (VarType == VarEnum.VT_BLOB || VarType == VarEnum.VT_BLOB_OBJECT) 417(VarEnum.VT_BLOB or VarEnum.VT_BLOB_OBJECT, _) when sizeof(T) == sizeof(Blob) => rawValue,