13 references to GetFolderPath
ComSvcConfig (1)
ComplusEndpointConfigContainer.cs (1)
423
programFiles = Environment.
GetFolderPath
(Environment.SpecialFolder.ProgramFiles);
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1128
Environment.
GetFolderPath
(Environment.SpecialFolder.System),
System.Configuration (2)
System\Configuration\ClientConfigPaths.cs (2)
193
string roamingFolderPath = Environment.
GetFolderPath
(Environment.SpecialFolder.ApplicationData);
199
string localFolderPath = Environment.
GetFolderPath
(Environment.SpecialFolder.LocalApplicationData);
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (3)
244
Environment.
GetFolderPath
(Environment.SpecialFolder.System),
275
Environment.
GetFolderPath
(Environment.SpecialFolder.System),
296
Environment.
GetFolderPath
(Environment.SpecialFolder.System),
System.Web (1)
Util\PathUtil.cs (1)
18
return Environment.
GetFolderPath
(Environment.SpecialFolder.System);
System.Windows.Forms (4)
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));
winforms\Managed\System\WinForms\WebBrowser.cs (1)
652
string mshtmlPath = Path.Combine(Environment.
GetFolderPath
(Environment.SpecialFolder.System), "mshtml.dll");
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
306
path = Environment.
GetFolderPath
(Environment.SpecialFolder.ApplicationData);