1 write to _cacheFocusHorizontalBorderHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4507
_cacheFocusHorizontalBorderHeight
= CreateInstance(SystemResourceKeyID.FocusHorizontalBorderHeight);
2 references to _cacheFocusHorizontalBorderHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4505
if (
_cacheFocusHorizontalBorderHeight
== null)
4510
return
_cacheFocusHorizontalBorderHeight
;