3 references to ShowMessageBox
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (3)
80ShowMessageBox(message, MessageBoxImage.Error, stackTrace); 93ShowMessageBox(message, MessageBoxImage.Warning, stackTrace); 100ShowMessageBox(string.Format(CultureInfo.InvariantCulture, "{0}:\r\n{1}", err.GetType().Name, err.Message), MessageBoxImage.Error, err.StackTrace);