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