5 references to NativeMethods2
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (2)
995
HRESULT hr =
NativeMethods2
.SHGetFolderPathEx(ref knownFolder, 0, IntPtr.Zero, pathBuilder, (uint)pathBuilder.Capacity);
1016
HRESULT hr =
NativeMethods2
.SHCreateItemFromParsingName(path, null, ref iidShellItem2, out unk);
src\Framework\System\Windows\Shell\JumpList.cs (3)
156
NativeMethods2
.SHAddToRecentDocs(itemPath);
203
NativeMethods2
.SHAddToRecentDocs(shellLink);
502
HRESULT hr =
NativeMethods2
.GetCurrentProcessExplicitAppUserModelID(out appId);