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