1 write to _cacheCaptionWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2414
_cacheCaptionWidth
= CreateInstance(SystemResourceKeyID.CaptionWidth);
2 references to _cacheCaptionWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2412
if (
_cacheCaptionWidth
== null)
2417
return
_cacheCaptionWidth
;