1 write to _cacheInactiveBorderBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1497
_cacheInactiveBorderBrush
= CreateInstance(SystemResourceKeyID.InactiveBorderBrush);
2 references to _cacheInactiveBorderBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1495
if (
_cacheInactiveBorderBrush
== null)
1500
return
_cacheInactiveBorderBrush
;