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); 702var shellLink = shellObject as IShellLinkW; 707var removedLink = shellMap.ShellObject as IShellLinkW; 870private static IShellLinkW CreateLinkFromJumpTask(JumpTask jumpTask, bool allowSeparators) 886var link = (IShellLinkW)Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid(CLSID.ShellLink))); 965IShellLinkW retLink = link; 1003var shellLink = shellObject as IShellLinkW; 1062private static string ShellLinkToString(IShellLinkW shellLink)