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