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