1 write to _cacheFocusBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
266
_cacheFocusBorderHeight
= CreateInstance(SystemResourceKeyID.FocusBorderHeight);
2 references to _cacheFocusBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
264
if (
_cacheFocusBorderHeight
== null)
269
return
_cacheFocusBorderHeight
;