1 write to _cacheFixedFrameHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3905
_cacheFixedFrameHorizontalBorderHeight
= CreateInstance(SystemResourceKeyID.FixedFrameHorizontalBorderHeight);
2 references to _cacheFixedFrameHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3903
if (
_cacheFixedFrameHorizontalBorderHeight
== null)
3908
return
_cacheFixedFrameHorizontalBorderHeight
;