How do I determine if MediaElement is playing?
问题 Seems simple enough, but I cannot figure out any way to determine what the state of a MediaElement is. There are various properties for some states (such as IsBuffering) but I can't find any for states such as Play, Pause, etc. Silverlight seems to have a CurrentState property that shows all these. Currently the way I'm determining whether a video is supposed to be playing is watching for various events and a timer that checks to see if any progress is being made. I'm new to MediaElement and