1 write to _cacheWindowCaptionHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4593
_cacheWindowCaptionHeight
= CreateInstance(SystemResourceKeyID.WindowCaptionHeight);
2 references to _cacheWindowCaptionHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4591
if (
_cacheWindowCaptionHeight
== null)
4596
return
_cacheWindowCaptionHeight
;