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