5 references to NativeMethods2
PresentationFramework (5)
MS\Internal\AppModel\ShellProvider.cs (2)
951
HRESULT hr =
NativeMethods2
.SHGetFolderPathEx(ref knownFolder, 0, IntPtr.Zero, pathBuilder, (uint)pathBuilder.Capacity);
968
HRESULT hr =
NativeMethods2
.SHCreateItemFromParsingName(path, null, ref iidShellItem2, out unk);
System\Windows\Shell\JumpList.cs (3)
140
NativeMethods2
.SHAddToRecentDocs(itemPath);
175
NativeMethods2
.SHAddToRecentDocs(shellLink);
416
HRESULT hr =
NativeMethods2
.GetCurrentProcessExplicitAppUserModelID(out appId);