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