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