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