1 write to _cacheFocusBorderWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
267
_cacheFocusBorderWidth
= CreateInstance(SystemResourceKeyID.FocusBorderWidth);
2 references to _cacheFocusBorderWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
265
if (
_cacheFocusBorderWidth
== null)
270
return
_cacheFocusBorderWidth
;