6 references to IsWindowsFormsControl
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
153if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms)) 163if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsButton.cs (3)
253if (!WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms) && IsStartButton()) 667if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms)) 704if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
982if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))