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