9 references to AbsNoThrow
PresentationCore (9)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
428
int alpha = MathHelper.
AbsNoThrow
(transparency - 255);
548
int transparency = MathHelper.
AbsNoThrow
(( (int)alphaChannel ) - 255);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (6)
164
uint ulAbsMaxDelDel = (uint)Math.Max(MathHelper.
AbsNoThrow
(minDelDel), MathHelper.
AbsNoThrow
(maxDelDel));
166
uint ulAbsMax = (uint)Math.Max(MathHelper.
AbsNoThrow
(minVal), MathHelper.
AbsNoThrow
(maxVal));
297
ulAbsMax = (uint)Math.Max(MathHelper.
AbsNoThrow
(minInt), MathHelper.
AbsNoThrow
(maxInt));
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
176
uint nData = (uint)MathHelper.
AbsNoThrow
(data);