14 references to IShellLinkW
PresentationFramework (14)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (2)
1049private static extern void SHAddToRecentDocs_ShellLink(SHARD uFlags, IShellLinkW pv); 1065internal static void SHAddToRecentDocs(IShellLinkW shellLink)
src\Framework\System\Windows\Shell\JumpList.cs (12)
198IShellLinkW shellLink = CreateLinkFromJumpTask(jumpTask, false); 822var shellLink = shellObject as IShellLinkW; 827var removedLink = shellMap.ShellObject as IShellLinkW; 1014private static IShellLinkW CreateLinkFromJumpTask(JumpTask jumpTask, bool allowSeparators) 1030var link = (IShellLinkW)Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid(CLSID.ShellLink))); 1109IShellLinkW retLink = link; 1155var shellLink = shellObject as IShellLinkW; 1215private static string ShellLinkToString(IShellLinkW shellLink)