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