14 references to IShellLinkW
PresentationFramework (14)
MS\Internal\AppModel\ShellProvider.cs (2)
997private static extern void SHAddToRecentDocs_ShellLink(SHARD uFlags, IShellLinkW pv); 1005internal static void SHAddToRecentDocs(IShellLinkW shellLink)
System\Windows\Shell\JumpList.cs (12)
161IShellLinkW shellLink = CreateLinkFromJumpTask(jumpTask, false); 706var shellLink = shellObject as IShellLinkW; 711var removedLink = shellMap.ShellObject as IShellLinkW; 874private static IShellLinkW CreateLinkFromJumpTask(JumpTask jumpTask, bool allowSeparators) 890var link = (IShellLinkW)Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid(CLSID.ShellLink))); 969IShellLinkW retLink = link; 1007var shellLink = shellObject as IShellLinkW; 1066private static string ShellLinkToString(IShellLinkW shellLink)