I have a very simple WPF application which displays a ComboBox which binds to a list of classes which represent people. Each \'Person\' object has a Name string field, and a
You should use "Style" triggers instead of "TextBlock.Triggers"
use this XAML:
Now you'll have blue for male and pink for female.