8 references to VT_EMPTY
PresentationCore (4)
System\Windows\Media\Imaging\PropVariant.cs (4)
223varType = (ushort)VarEnum.VT_EMPTY; 480vt = VarEnum.VT_EMPTY; 491case VarEnum.VT_EMPTY: 631case VarEnum.VT_EMPTY:
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (2)
446if (VarType == VarEnum.VT_EMPTY) 520variantWithoutVarType.VarType = VarEnum.VT_EMPTY;
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComVariantMarshaller.cs (2)
125case VarEnum.VT_EMPTY: 126case VarEnum.VT_BYREF | VarEnum.VT_EMPTY: