1 write to _cacheCaptionHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2430
_cacheCaptionHeight
= CreateInstance(SystemResourceKeyID.CaptionHeight);
2 references to _cacheCaptionHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2428
if (
_cacheCaptionHeight
== null)
2433
return
_cacheCaptionHeight
;