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