3 references to UserAppDataPath
System.Web.Extensions (3)
ClientServices\ConnectivityStatus.cs (2)
37string path = Path.Combine(System.Windows.Forms.Application.UserAppDataPath, "AppIsOffline"); 46string path = Path.Combine(System.Windows.Forms.Application.UserAppDataPath, "AppIsOffline");
ClientServices\Providers\SqlHelper.cs (1)
299return Path.Combine(Application.UserAppDataPath, GetPartialDBFileName(username, extension));