1 write to _cacheCaptionWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2220
_cacheCaptionWidth
= CreateInstance(SystemResourceKeyID.CaptionWidth);
2 references to _cacheCaptionWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2218
if (
_cacheCaptionWidth
== null)
2223
return
_cacheCaptionWidth
;