1 write to _cacheActiveBorderColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
365
_cacheActiveBorderColor
= CreateInstance(SystemResourceKeyID.ActiveBorderColor);
2 references to _cacheActiveBorderColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
363
if (
_cacheActiveBorderColor
== null)
368
return
_cacheActiveBorderColor
;