3 references to GetFilePathFromShellItem
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (2)
142
: [
GetFilePathFromShellItem
(item)];
160
files[i] =
GetFilePathFromShellItem
(item);
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (1)
161
return item.IsNull ? [] : [
GetFilePathFromShellItem
(item)];