1 write to _cacheHotTrackColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
621
_cacheHotTrackColor
= CreateInstance(SystemResourceKeyID.HotTrackColor);
2 references to _cacheHotTrackColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
619
if (
_cacheHotTrackColor
== null)
624
return
_cacheHotTrackColor
;