3 references to BufferingEndedEvent
PresentationFramework (3)
System\Windows\Controls\MediaElement.cs (3)
632add { AddHandler(BufferingEndedEvent, value); } 633remove { RemoveHandler(BufferingEndedEvent, value); } 942RaiseEvent(new RoutedEventArgs(BufferingEndedEvent, this));