3 references to IShellItemArray
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FileDialog_Vista_Interop.cs (2)
218
void GetResults([MarshalAs(UnmanagedType.Interface)] out
IShellItemArray
ppenum);
220
void GetSelectedItems([MarshalAs(UnmanagedType.Interface)] out
IShellItemArray
ppsai);
winforms\Managed\System\WinForms\OpenFileDialog.cs (1)
225
FileDialogNative.
IShellItemArray
results;