5 references to ToEven
mscorlib (4)
system\decimal.cs (2)
790
if (mode < MidpointRounding.
ToEven
|| mode > MidpointRounding.AwayFromZero) {
795
if (mode == MidpointRounding.
ToEven
) {
system\math.cs (2)
138
return InternalRound(value, digits, MidpointRounding.
ToEven
);
148
if (mode < MidpointRounding.
ToEven
|| mode > MidpointRounding.AwayFromZero) {
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
697
return RoundDipForDisplayMode(value, pixelsPerDip, MidpointRounding.
ToEven
);