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