14 references to IShellLinkW
PresentationFramework (14)
MS\Internal\AppModel\ShellProvider.cs (2)
992private static extern void SHAddToRecentDocs_ShellLink(SHARD uFlags, IShellLinkW pv); 1000internal static void SHAddToRecentDocs(IShellLinkW shellLink)
System\Windows\Shell\JumpList.cs (12)
170IShellLinkW shellLink = CreateLinkFromJumpTask(jumpTask, false); 718var shellLink = shellObject as IShellLinkW; 723var removedLink = shellMap.ShellObject as IShellLinkW; 886private static IShellLinkW CreateLinkFromJumpTask(JumpTask jumpTask, bool allowSeparators) 902var link = (IShellLinkW)Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid(CLSID.ShellLink))); 981IShellLinkW retLink = link; 1019var shellLink = shellObject as IShellLinkW; 1078private static string ShellLinkToString(IShellLinkW shellLink)