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