7 references to System
mscorlib (1)
system\timezoneinfo.cs (1)
2591string system32 = Environment.UnsafeGetFolderPath(Environment.SpecialFolder.System);
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1128Environment.GetFolderPath(Environment.SpecialFolder.System),
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 (1)
winforms\Managed\System\WinForms\WebBrowser.cs (1)
652string mshtmlPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), "mshtml.dll");