14 references to IShellLinkW
PresentationFramework (14)
MS\Internal\AppModel\ShellProvider.cs (2)
991private static extern void SHAddToRecentDocs_ShellLink(SHARD uFlags, IShellLinkW pv); 999internal static void SHAddToRecentDocs(IShellLinkW shellLink)
System\Windows\Shell\JumpList.cs (12)
161IShellLinkW shellLink = CreateLinkFromJumpTask(jumpTask, false); 709var shellLink = shellObject as IShellLinkW; 714var removedLink = shellMap.ShellObject as IShellLinkW; 877private static IShellLinkW CreateLinkFromJumpTask(JumpTask jumpTask, bool allowSeparators) 893var link = (IShellLinkW)Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid(CLSID.ShellLink))); 972IShellLinkW retLink = link; 1010var shellLink = shellObject as IShellLinkW; 1069private static string ShellLinkToString(IShellLinkW shellLink)