4 references to ShellUtil
PresentationFramework (4)
src\Framework\Microsoft\Win32\FileDialog.cs (3)
2049IShellItem initialDirectory = ShellUtil.GetShellItemForPath(InitialDirectory); 2207return ShellUtil.GetShellItemForPath(ShellUtil.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path);
src\Framework\System\Windows\Shell\JumpList.cs (1)
1138return ShellUtil.GetShellItemForPath(Path.GetFullPath(jumpPath.Path));