4 references to ICustomDestinationList
PresentationFramework (4)
System\Windows\Shell\JumpList.cs (4)
478
var
destinationList = (
ICustomDestinationList
)Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid(CLSID.DestinationList)));
803
private static void AddCategory(
ICustomDestinationList
cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList)
808
private static void AddCategory(
ICustomDestinationList
cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous)