lebtho1878

Results 2 comments of lebtho1878

This is in your example Samples.Wpf.Advanced, I changed to Stop private void OnStopButtonClick(object sender, RoutedEventArgs e) { control.SourceProvider.MediaPlayer.Stop(); //this.control?.Dispose(); //this.control = null; }

Workaround works for me. Thank you!