<Page.Resources>
<Style x:Key="vksStyle" TargetType="{x:Type ListBoxItem}">
<Style.Resources>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}"
Color="Green"/>
</Style.Resources>
</Style>
</Page.Resources>
<ListBox.ItemContainerStyle>
<Style>
<Style.Resources>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}"
Color="Green"/>
</Style.Resources>
</Style>
</ListBox.ItemContainerStyle>
такая ошибка на Resourses и уже на x:Static не найден