1 instantiation of SafeProcessHandle
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
309
using (SafeProcessHandle processHandle = new
SafeProcessHandle
(hwnd))
3 references to SafeProcessHandle
UIAutomationClient (3)
MS\Internal\Automation\Misc.cs (1)
360
internal static int GetModuleFileNameEx(MS.Internal.Automation.
SafeProcessHandle
hProcess, IntPtr hModule, StringBuilder buffer, int length)
MS\Internal\Automation\ProxyManager.cs (1)
309
using (
SafeProcessHandle
processHandle = new SafeProcessHandle(hwnd))
MS\Win32\SafeNativeMethods.cs (1)
200
public static extern int GetModuleFileNameEx(MS.Internal.Automation.
SafeProcessHandle
hProcess, IntPtr hModule, StringBuilder buffer, int length);