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