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