14 references to SafeProcessHandle
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (12)
70using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 180using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 217using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 264using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 311using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 362using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1163using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1241using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1362using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1410using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1458using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1479using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2590using (SafeProcessHandle hProcess = new SafeProcessHandle(_hwnd))
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1589using (SafeProcessHandle hProcess = new SafeProcessHandle(_hwnd))