Silverlight


DispatchTimer

I'm not sure why Silverlight 2 doesn't have the normal Timer class. Perhaps it's to keep people from using it instead of Timelines and Storyboards. But, as it turns out, it does have a timer, it's called DispatchTimer and it's in the System.Windows.Threading namespace.