...static void OnIconColorChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args) { // When the color changes, set the icon color PlayButton control = (PlayButton)obj; control.PlayIcon.Fill = control.IconColor; control...
http://msdn.microsoft.com/magazine/e92134b5-8f55-4686-8565-2b15a29259b2