1 write to _cacheFixedFrameHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3901
_cacheFixedFrameHorizontalBorderHeight
= CreateInstance(SystemResourceKeyID.FixedFrameHorizontalBorderHeight);
2 references to _cacheFixedFrameHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3899
if (
_cacheFixedFrameHorizontalBorderHeight
== null)
3904
return
_cacheFixedFrameHorizontalBorderHeight
;