11 references to Max
PresentationCore (7)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (3)
237maxByte = Math.Max(input[n], maxByte); 248maxByte = Math.Max(input[n], maxByte); 255maxByte = Math.Max(input[n], maxByte);
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (4)
2430sor = Helper.IsOdd(Math.Max(baseLevel, levels[runStart])) ? 2435sor = Helper.IsOdd(Math.Max(lastRunLevel, levels[runStart])) ? 2445eor = Helper.IsOdd(Math.Max(levels[runStart], baseLevel)) ? 2460eor = Helper.IsOdd(Math.Max(levels[runStart], levels[runLimits[runNumber-1] + 1])) ?
System.Data (3)
fx\src\data\System\Data\Common\ByteStorage.cs (1)
116max=Math.Max(values[record], max);
fx\src\data\System\Data\Odbc\OdbcParameter.cs (1)
481_internalPrecision = Math.Max(_internalPrecision, precision); // silently adjust the precision
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
430precision = Math.Max(precision, m_bScale);
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
970byte precision = (byte)Math.Max((Byte)strDecimal.Length, defaultDecimalPrecision);