1 write to _cacheActiveBorderBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1225
_cacheActiveBorderBrush
= CreateInstance(SystemResourceKeyID.ActiveBorderBrush);
2 references to _cacheActiveBorderBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1223
if (
_cacheActiveBorderBrush
== null)
1228
return
_cacheActiveBorderBrush
;