6 references to IsWindowsFormsControl
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
161
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd, ref _windowsForms))
171
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsButton.cs (3)
258
if (!WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd, ref _windowsForms) && IsStartButton())
672
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd, ref _windowsForms))
709
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
985
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd, ref _windowsForms))