1 write to _cacheFixedFrameHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3891
_cacheFixedFrameHorizontalBorderHeight
= CreateInstance(SystemResourceKeyID.FixedFrameHorizontalBorderHeight);
2 references to _cacheFixedFrameHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3889
if (
_cacheFixedFrameHorizontalBorderHeight
== null)
3894
return
_cacheFixedFrameHorizontalBorderHeight
;