1 write to _cacheSmallCaptionWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2256
_cacheSmallCaptionWidth
= CreateInstance(SystemResourceKeyID.SmallCaptionWidth);
2 references to _cacheSmallCaptionWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2254
if (
_cacheSmallCaptionWidth
== null)
2259
return
_cacheSmallCaptionWidth
;