3 references to WeightedAbs
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (3)
200int score = 2 * WeightedAbs(bpp, GetBitDepth(), false) + 201WeightedAbs(frame.PixelWidth, (int)size.Width, true) + 202WeightedAbs(frame.PixelHeight, (int)size.Height, true);