1 write to _cacheInactiveBorderColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
717
_cacheInactiveBorderColor
= CreateInstance(SystemResourceKeyID.InactiveBorderColor);
2 references to _cacheInactiveBorderColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
715
if (
_cacheInactiveBorderColor
== null)
720
return
_cacheInactiveBorderColor
;