1 write to _cacheActiveBorderColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
445
_cacheActiveBorderColor
= CreateInstance(SystemResourceKeyID.ActiveBorderColor);
2 references to _cacheActiveBorderColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
443
if (
_cacheActiveBorderColor
== null)
448
return
_cacheActiveBorderColor
;