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