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