3 references to GetDataPath
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
251return GetDataPath(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData)); 417return GetDataPath(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)); 709return GetDataPath(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData));