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