1 write to _cacheBorderWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2163
_cacheBorderWidth
= CreateInstance(SystemResourceKeyID.BorderWidth);
2 references to _cacheBorderWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2161
if (
_cacheBorderWidth
== null)
2166
return
_cacheBorderWidth
;