Probably #FF042271which is in the standard GridView style.
<Style x:Key="{x:Static GridView.GridViewStyleKey}"
TargetType="{x:Type ListView}">
<Setter Property="Foreground"
Value="#FF042271"/>
The default styles can be downloaded to MSDN , follow the link in the second paragraph.
source
share