6 references to IsWindowsFormsControl
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
172if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms)) 182if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsButton.cs (3)
269if (!WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms) && IsStartButton()) 683if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms)) 720if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
983if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))