1 write to _cacheInactiveBorderColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
637
_cacheInactiveBorderColor
= CreateInstance(SystemResourceKeyID.InactiveBorderColor);
2 references to _cacheInactiveBorderColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
635
if (
_cacheInactiveBorderColor
== null)
640
return
_cacheInactiveBorderColor
;