5 references to GetShellItemForPath
PresentationFramework (5)
Microsoft\Win32\CommonItemDialog.cs (4)
390
IShellItem defaultDirectory = ShellUtil.
GetShellItemForPath
(DefaultDirectory);
399
IShellItem initialDirectory = ShellUtil.
GetShellItemForPath
(InitialDirectory);
413
IShellItem rootDirectory = ShellUtil.
GetShellItemForPath
(RootDirectory);
651
return ShellUtil.
GetShellItemForPath
(ShellUtil.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path);
System\Windows\Shell\JumpList.cs (1)
1006
return ShellUtil.
GetShellItemForPath
(Path.GetFullPath(jumpPath.Path));