14 references to SafeProcessHandle
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (12)
69using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 179using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 216using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 263using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 310using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 361using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1162using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1240using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1361using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1409using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1457using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1478using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2584using (SafeProcessHandle hProcess = new SafeProcessHandle(_hwnd))
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1584using (SafeProcessHandle hProcess = new SafeProcessHandle(_hwnd))