3 references to FindExecutable
System.Windows.Forms (1)
System\Windows\Forms\Help\Help.cs (1)
229result = PInvoke.FindExecutable(lpFileLocal, lpDirectory: null, lpResult: b);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.SHELL32.dll.g.cs (2)
26 /// <inheritdoc cref="FindExecutable(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PWSTR)"/> 34 winmdroot.Foundation.HINSTANCE __result = PInvoke.FindExecutable(lpFileLocal, lpDirectoryLocal, lpResult);