3 references to BufferingStartedEvent
PresentationFramework (3)
System\Windows\Controls\MediaElement.cs (3)
605add { AddHandler(BufferingStartedEvent, value); } 606remove { RemoveHandler(BufferingStartedEvent, value); } 906RaiseEvent(new RoutedEventArgs(BufferingStartedEvent, this));