3 references to SmallIconWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (1)
5386changed |= _smallIconWidth != SmallIconWidth;
System\Windows\SystemResourceKey.cs (1)
808return SystemParameters.SmallIconWidth;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
53Size size = new Size(SystemParameters.SmallIconWidth, SystemParameters.SmallIconHeight);