1 write to _cacheInactiveSelectionHighlightBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2047
_cacheInactiveSelectionHighlightBrush
= CreateInstance(SystemResourceKeyID.InactiveSelectionHighlightBrush);
2 references to _cacheInactiveSelectionHighlightBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2045
if (
_cacheInactiveSelectionHighlightBrush
== null)
2050
return
_cacheInactiveSelectionHighlightBrush
;