1 write to _cacheFocusHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3937
_cacheFocusHorizontalBorderHeight
= CreateInstance(SystemResourceKeyID.FocusHorizontalBorderHeight);
2 references to _cacheFocusHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3935
if (
_cacheFocusHorizontalBorderHeight
== null)
3940
return
_cacheFocusHorizontalBorderHeight
;