using System.IO;\r
using System.Linq;\r
using System.Windows;\r
+ using System.Windows.Controls;\r
\r
using Caliburn.Micro;\r
\r
Application.Current.Dispatcher.UnhandledException += this.Dispatcher_UnhandledException;\r
AppDomain.CurrentDomain.UnhandledException +=\r
this.CurrentDomain_UnhandledException;\r
+\r
+ ToolTipService.ShowDurationProperty.OverrideMetadata(typeof(DependencyObject), new FrameworkPropertyMetadata(12000));\r
}\r
\r
/// <summary>\r