9 references to VT_CY
System.Private.Windows.Core (8)
Windows\Win32\System\Variant\VARIANT.cs (8)
159case VT_CY: 358case VT_CY: 580case VT_CY: 672VT_DECIMAL or VT_CY => typeof(decimal), 725case VT_CY: 793case VT_CY: 948=> value.vt == VT_CY ? value.data.cyVal : ThrowInvalidCast<CY>(); 953VT_CY => decimal.FromOACurrency(value.data.cyVal.int64),
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
888VT_CY => typeof(decimal),