1 write to _cacheThinHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3805
_cacheThinHorizontalBorderHeight
= CreateInstance(SystemResourceKeyID.ThinHorizontalBorderHeight);
2 references to _cacheThinHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3803
if (
_cacheThinHorizontalBorderHeight
== null)
3808
return
_cacheThinHorizontalBorderHeight
;