1 write to _cacheHighlightTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1465
_cacheHighlightTextBrush
= CreateInstance(SystemResourceKeyID.HighlightTextBrush);
2 references to _cacheHighlightTextBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1463
if (
_cacheHighlightTextBrush
== null)
1468
return
_cacheHighlightTextBrush
;