14 references to IShellLinkW
PresentationFramework (14)
MS\Internal\AppModel\ShellProvider.cs (2)
996private static extern void SHAddToRecentDocs_ShellLink(SHARD uFlags, IShellLinkW pv); 1004internal static void SHAddToRecentDocs(IShellLinkW shellLink)
System\Windows\Shell\JumpList.cs (12)
160IShellLinkW shellLink = CreateLinkFromJumpTask(jumpTask, false); 705var shellLink = shellObject as IShellLinkW; 710var removedLink = shellMap.ShellObject as IShellLinkW; 873private static IShellLinkW CreateLinkFromJumpTask(JumpTask jumpTask, bool allowSeparators) 889var link = (IShellLinkW)Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid(CLSID.ShellLink))); 968IShellLinkW retLink = link; 1006var shellLink = shellObject as IShellLinkW; 1065private static string ShellLinkToString(IShellLinkW shellLink)