1 interface inheriting from IObjectArray
PresentationFramework (1)
MS\Internal\AppModel\ShellProvider.cs (1)
118
interface IObjectCollection :
IObjectArray
8 references to IObjectArray
PresentationFramework (8)
MS\Internal\AppModel\ShellProvider.cs (3)
127
void AddFromArray(
IObjectArray
poaSource);
712
HRESULT AppendCategory([MarshalAs(UnmanagedType.LPWStr)] string pszCategory,
IObjectArray
poa);
715
HRESULT AddUserTasks(
IObjectArray
poa);
System\Windows\Shell\JumpList.cs (5)
486
var
objectsRemoved = (
IObjectArray
)destinationList.BeginList(out slotsVisible, ref removedIid);
762
private static List<_ShellObjectPair> GenerateJumpItems(
IObjectArray
shellObjects)
814
hr = cdl.AddUserTasks((
IObjectArray
)shellObjectCollection);
818
hr = cdl.AppendCategory(category, (
IObjectArray
)shellObjectCollection);