1 write to _cacheBorderWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2366
_cacheBorderWidth
= CreateInstance(SystemResourceKeyID.BorderWidth);
2 references to _cacheBorderWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2364
if (
_cacheBorderWidth
== null)
2369
return
_cacheBorderWidth
;