1 write to _cacheFocusBorderHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
283
_cacheFocusBorderHeight
= CreateInstance(SystemResourceKeyID.FocusBorderHeight);
2 references to _cacheFocusBorderHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
281
if (
_cacheFocusBorderHeight
== null)
286
return
_cacheFocusBorderHeight
;