1 write to _cacheInactiveSelectionHighlightBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1707
_cacheInactiveSelectionHighlightBrush
= CreateInstance(SystemResourceKeyID.InactiveSelectionHighlightBrush);
2 references to _cacheInactiveSelectionHighlightBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1705
if (
_cacheInactiveSelectionHighlightBrush
== null)
1710
return
_cacheInactiveSelectionHighlightBrush
;