3 references to GetParent
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (1)
91localPath = Directory.GetParent(fontCollectionUri.LocalPath).FullName + Path.DirectorySeparatorChar;
System (1)
sys\system\configuration\LocalFileSettingsProvider.cs (1)
332DirectoryInfo parentDir = Directory.GetParent(userConfigPath);
System.Web (1)
HttpRuntime.cs (1)
1030string parentDir = Directory.GetParent(_codegenDir).FullName;