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