1 write to _cacheHotTrackColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
703
_cacheHotTrackColor
= CreateInstance(SystemResourceKeyID.HotTrackColor);
2 references to _cacheHotTrackColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
701
if (
_cacheHotTrackColor
== null)
706
return
_cacheHotTrackColor
;