1 write to _cacheInactiveSelectionHighlightTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1730
_cacheInactiveSelectionHighlightTextBrush
= CreateInstance(SystemResourceKeyID.InactiveSelectionHighlightTextBrush);
2 references to _cacheInactiveSelectionHighlightTextBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1728
if (
_cacheInactiveSelectionHighlightTextBrush
== null)
1733
return
_cacheInactiveSelectionHighlightTextBrush
;