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