1 write to _smallIconWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
3637_smallIconWidth = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXSMICON));
2 references to _smallIconWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
3641return _smallIconWidth; 5980changed |= _smallIconWidth != SmallIconWidth;