1 interface inheriting from IObjectArray
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (1)
130interface IObjectCollection : IObjectArray
8 references to IObjectArray
PresentationFramework (8)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (3)
139void AddFromArray(IObjectArray poaSource); 726HRESULT AppendCategory([MarshalAs(UnmanagedType.LPWStr)] string pszCategory, IObjectArray poa); 729HRESULT AddUserTasks(IObjectArray poa);
src\Framework\System\Windows\Shell\JumpList.cs (5)
595var objectsRemoved = (IObjectArray)destinationList.BeginList(out slotsVisible, ref removedIid); 883private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray shellObjects) 943hr = cdl.AddUserTasks((IObjectArray)shellObjectCollection); 947hr = cdl.AppendCategory(category, (IObjectArray)shellObjectCollection);