3 references to SHCreateShellItem
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.Vista.cs (1)
64
using ComScope<IShellItem> initialDirectory = new(PInvoke.
SHCreateShellItem
(InitialDirectory));
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
357
using ComScope<IShellItem> initialDirectory = new(PInvoke.
SHCreateShellItem
(_initialDirectory));
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FileDialogCustomPlace.cs (1)
78
return PInvoke.
SHCreateShellItem
(filePathString);