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