5 references to Abs
PresentationCore (2)
MS\Internal\AnimatedTypeHelpers.cs (1)
419return Math.Abs(to - from);
System\Windows\Media\Animation\Clock.cs (1)
4192Debug.Assert(Math.Abs(optimizedInputTime - inputTime) <= error,
System.Data.Common (1)
System\Data\Filter\FunctionNode.cs (1)
325return (Math.Abs((long)argumentValues[0]));
System.Net.Mail (1)
System\Net\Mime\SmtpDateTime.cs (1)
343if (Math.Abs(sanitizedTimeSpan.Ticks) > TimeSpanMaxTicks)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
715public static long Abs(long value) => Math.Abs(value);