14 references to SafeProcessHandle
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (12)
78using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 188using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 225using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 272using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 319using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 370using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1171using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1249using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1370using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1418using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1466using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd)) 1487using (SafeProcessHandle hProcess = new SafeProcessHandle(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2605using (SafeProcessHandle hProcess = new SafeProcessHandle(_hwnd))
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1600using (SafeProcessHandle hProcess = new SafeProcessHandle(_hwnd))