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