10 references to VarDecFromR8
System.Windows.Forms.Primitives.Tests (10)
Interop\Oleaut32\VARIANTTests.cs (10)
1082VarDecFromR8(r8, out DECIMAL d); 3992VarDecFromR8(1.1, out DECIMAL d1); 3993VarDecFromR8(2.2, out DECIMAL d2); 3994VarDecFromR8(3.3, out DECIMAL d3); 4052VarDecFromR8(1.1, out DECIMAL d1); 4053VarDecFromR8(2.2, out DECIMAL d2); 4054VarDecFromR8(3.3, out DECIMAL d3); 4055VarDecFromR8(3.1, out DECIMAL d4); 4056VarDecFromR8(2.2, out DECIMAL d5); 4057VarDecFromR8(1.3, out DECIMAL d6);