1 write to _cacheSmallCaptionHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5211
_cacheSmallCaptionHeight
= CreateInstance(SystemResourceKeyID.SmallCaptionHeight);
2 references to _cacheSmallCaptionHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5209
if (
_cacheSmallCaptionHeight
== null)
5214
return
_cacheSmallCaptionHeight
;