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