5 references to GetShellItemForPath
PresentationFramework (5)
Microsoft\Win32\CommonItemDialog.cs (4)
379IShellItem defaultDirectory = ShellUtil.GetShellItemForPath(DefaultDirectory); 388IShellItem initialDirectory = ShellUtil.GetShellItemForPath(InitialDirectory); 402IShellItem rootDirectory = ShellUtil.GetShellItemForPath(RootDirectory); 640return ShellUtil.GetShellItemForPath(ShellUtil.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path);
System\Windows\Shell\JumpList.cs (1)
997return ShellUtil.GetShellItemForPath(Path.GetFullPath(jumpPath.Path));