13 references to IsWindowsFormsControl
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
166
if (WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
129
if(hasNonClientControls || WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
276
return WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd) ? "WinForm" : "Win32";
MS\Internal\AutomationProxies\WindowsButton.cs (4)
116
if (WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
410
if (hwndParent != IntPtr.Zero && WindowsFormsHelper.
IsWindowsFormsControl
(hwndParent))
693
if (!WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
733
if (!WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
127
return
IsWindowsFormsControl
(hwnd) ? FormControlState.True : FormControlState.False;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
631
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
190
if (Misc.IsBitSet(WindowStyle, NativeMethods.ES_NUMBER) && !WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
79
bool isWinforms = WindowsFormsHelper.
IsWindowsFormsControl
(hwnd);
572
if( !WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
139
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd) && IsWinformUpdown(_hwnd))