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