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