1 instantiation of DECIMAL
System.Private.Windows.Core (1)
_generated\45\Windows.Win32.DECIMAL.g.cs (1)
53
public static implicit operator DECIMAL(decimal value) => new
DECIMAL
(value);
12 references to DECIMAL
System.Private.Windows.Core (12)
_generated\205\Windows.Win32.PROPVARIANT.g.cs (2)
42
internal winmdroot.Foundation.
DECIMAL
decVal;
254
internal unsafe winmdroot.Foundation.
DECIMAL
* pdecVal;
_generated\272\Windows.Win32.VARIANT.g.cs (2)
39
internal winmdroot.Foundation.
DECIMAL
decVal;
173
internal unsafe winmdroot.Foundation.
DECIMAL
* pdecVal;
_generated\45\Windows.Win32.DECIMAL.g.cs (3)
41
this = *(
DECIMAL
*)&value;
45
public static unsafe implicit operator decimal(
DECIMAL
value)
53
public static implicit operator
DECIMAL
(decimal value) => new DECIMAL(value);
Windows\Win32\System\Variant\VARIANT.cs (5)
180
return ((
DECIMAL
*)data)->ToDecimal();
348
Span<
DECIMAL
> data = new(psa->pvData, array.Length);
575
DECIMAL
data = psa->GetValue<
DECIMAL
>(indices);
730
return (uint)sizeof(
DECIMAL
);