I want to be able to have a generic style template that can switch colors of my textboxes based on a bool. But I don\'t want to have to create a unique style for each textb
You can also use an attached property for that instead of Tag.