3 references to ApplicationData
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
193string roamingFolderPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
709return GetDataPath(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData));
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
306path = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);