1 write to _cacheFocusBorderWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
250
_cacheFocusBorderWidth
= CreateInstance(SystemResourceKeyID.FocusBorderWidth);
2 references to _cacheFocusBorderWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
248
if (
_cacheFocusBorderWidth
== null)
253
return
_cacheFocusBorderWidth
;