1 write to _cacheHighlightTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1807
_cacheHighlightTextBrush
= CreateInstance(SystemResourceKeyID.HighlightTextBrush);
2 references to _cacheHighlightTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1805
if (
_cacheHighlightTextBrush
== null)
1810
return
_cacheHighlightTextBrush
;