11 references to MathHelper
PresentationCore (11)
MS\Internal\Ink\InkSerializedFormat\Codec.cs (2)
97
if ( Int32.MaxValue >=
MathHelper
.AbsNoThrow(llxfData) )
106
long absLxfData =
MathHelper
.AbsNoThrow(llxfData);
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
418
int alpha =
MathHelper
.AbsNoThrow(transparency - 255);
527
int transparency =
MathHelper
.AbsNoThrow(( (int)alphaChannel ) - 255);
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (6)
163
uint ulAbsMaxDelDel = (uint)Math.Max(
MathHelper
.AbsNoThrow(minDelDel),
MathHelper
.AbsNoThrow(maxDelDel));
165
uint ulAbsMax = (uint)Math.Max(
MathHelper
.AbsNoThrow(minVal),
MathHelper
.AbsNoThrow(maxVal));
296
ulAbsMax = (uint)Math.Max(
MathHelper
.AbsNoThrow(minInt),
MathHelper
.AbsNoThrow(maxInt));
MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
176
uint nData = (uint)
MathHelper
.AbsNoThrow(data);