1 write to _cacheSmallCaptionHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4627
_cacheSmallCaptionHeight
= CreateInstance(SystemResourceKeyID.SmallCaptionHeight);
2 references to _cacheSmallCaptionHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4625
if (
_cacheSmallCaptionHeight
== null)
4630
return
_cacheSmallCaptionHeight
;