1 write to _cacheThickHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3869
_cacheThickHorizontalBorderHeight
= CreateInstance(SystemResourceKeyID.ThickHorizontalBorderHeight);
2 references to _cacheThickHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3867
if (
_cacheThickHorizontalBorderHeight
== null)
3872
return
_cacheThickHorizontalBorderHeight
;