3 references to MyAbs
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\IconHelper.cs (3)
442int score = 2 * MyAbs(bpp, s_systemBitDepth, false) + 443MyAbs(frame.PixelWidth, (int)size.Width, true) + 444MyAbs(frame.PixelHeight, (int)size.Height, true);