1 write to _cacheSmallCaptionHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4628
_cacheSmallCaptionHeight
= CreateInstance(SystemResourceKeyID.SmallCaptionHeight);
2 references to _cacheSmallCaptionHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4626
if (
_cacheSmallCaptionHeight
== null)
4631
return
_cacheSmallCaptionHeight
;