1 write to cyVal
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\VARIANTTests.cs (1)
740
Anonymous = new() {
cyVal
= new() { int64 = value } }
2 references to cyVal
System.Private.Windows.Core (2)
Windows\Win32\System\Variant\VARIANT.cs (2)
939
=> value.vt == VT_CY ? value.data.
cyVal
: ThrowInvalidCast<CY>();
944
VT_CY => decimal.FromOACurrency(value.data.
cyVal
.int64),