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