1 write to _cacheInactiveSelectionHighlightTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2072
_cacheInactiveSelectionHighlightTextBrush
= CreateInstance(SystemResourceKeyID.InactiveSelectionHighlightTextBrush);
2 references to _cacheInactiveSelectionHighlightTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2070
if (
_cacheInactiveSelectionHighlightTextBrush
== null)
2075
return
_cacheInactiveSelectionHighlightTextBrush
;