1 write to _cacheWindowCaptionHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4579
_cacheWindowCaptionHeight
= CreateInstance(SystemResourceKeyID.WindowCaptionHeight);
2 references to _cacheWindowCaptionHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4577
if (
_cacheWindowCaptionHeight
== null)
4582
return
_cacheWindowCaptionHeight
;