1 interface inheriting from IShellItem
PresentationFramework (1)
System\Windows\Standard\ShellProvider.cs (1)
611internal interface IShellItem2 : IShellItem
5 references to IShellItem
PresentationFramework (5)
System\Windows\Standard\ShellProvider.cs (5)
567IShellItem GetParent(); 574int Compare(IShellItem psi, SICHINT hint); 597IShellItem GetItemAt(uint dwIndex); 616new IShellItem GetParent(); 620new int Compare(IShellItem psi, SICHINT hint);