1 write to _cacheWindowCaptionHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4580
_cacheWindowCaptionHeight
= CreateInstance(SystemResourceKeyID.WindowCaptionHeight);
2 references to _cacheWindowCaptionHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4578
if (
_cacheWindowCaptionHeight
== null)
4583
return
_cacheWindowCaptionHeight
;