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