5 references to GetShellItemForPath
PresentationFramework (5)
Microsoft\Win32\CommonItemDialog.cs (4)
378IShellItem defaultDirectory = ShellUtil.GetShellItemForPath(DefaultDirectory); 387IShellItem initialDirectory = ShellUtil.GetShellItemForPath(InitialDirectory); 401IShellItem rootDirectory = ShellUtil.GetShellItemForPath(RootDirectory); 631return ShellUtil.GetShellItemForPath(ShellUtil.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path);
System\Windows\Shell\JumpList.cs (1)
993return ShellUtil.GetShellItemForPath(Path.GetFullPath(jumpPath.Path));