6 references to IsWindowsFormsControl
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
151if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms)) 161if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsButton.cs (3)
252if (!WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms) && IsStartButton()) 663if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms)) 700if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
977if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))