1 write to _iconHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2966_iconHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CYICON));
3 references to _iconHeight
PresentationFramework (3)
src\Framework\System\Windows\SystemParameters.cs (3)
2970return _iconHeight; 5784changed |= _iconHeight != IconHeight; 5917changed |= _iconHeight != IconHeight;