1 write to _cacheHotTrackBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1823
_cacheHotTrackBrush
= CreateInstance(SystemResourceKeyID.HotTrackBrush);
2 references to _cacheHotTrackBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1821
if (
_cacheHotTrackBrush
== null)
1826
return
_cacheHotTrackBrush
;