1 write to _cacheBorderWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2172
_cacheBorderWidth
= CreateInstance(SystemResourceKeyID.BorderWidth);
2 references to _cacheBorderWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2170
if (
_cacheBorderWidth
== null)
2175
return
_cacheBorderWidth
;