private void GetCompositionForPlayError(object sender, CompositionErrorEventArgs e) { Deployment.Current.Dispatcher.BeginInvoke(() => { }); }
private void CompositionLoadingError(object sender, CompositionErrorEventArgs e) { Deployment.Current.Dispatcher.BeginInvoke(() => { if (ErrorLoading != null) ErrorLoading(this, null); }); }