1 write to _cacheThinHorizontalBorderHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4379
_cacheThinHorizontalBorderHeight
= CreateInstance(SystemResourceKeyID.ThinHorizontalBorderHeight);
2 references to _cacheThinHorizontalBorderHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4377
if (
_cacheThinHorizontalBorderHeight
== null)
4382
return
_cacheThinHorizontalBorderHeight
;