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