8 references to VT_CY
mscorlib (5)
system\Runtime\InteropServices\Variant.cs (4)
231case VarEnum.VT_CY: 281case VarEnum.VT_CY: return AsCy; 591BCLDebug.Assert(VariantType == VarEnum.VT_CY, "variant"); 596VariantType = VarEnum.VT_CY;
system\variant.cs (1)
331vt = VarEnum.VT_CY;
System.Data (1)
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (1)
149case VarEnum.VT_CY: return typeof(System.Decimal);
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (2)
124case VarEnum.VT_CY: 313variantType = VarEnum.VT_CY;