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