13 references to IsWindowsFormsControl
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
152
if (WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
121
if(hasNonClientControls || WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
MS\Internal\AutomationProxies\ProxySimple.cs (1)
258
return WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd) ? "WinForm" : "Win32";
MS\Internal\AutomationProxies\WindowsButton.cs (4)
99
if (WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
390
if (hwndParent != IntPtr.Zero && WindowsFormsHelper.
IsWindowsFormsControl
(hwndParent))
673
if (!WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
713
if (!WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
116
return
IsWindowsFormsControl
(hwnd) ? FormControlState.True : FormControlState.False;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
609
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
173
if (Misc.IsBitSet(WindowStyle, NativeMethods.ES_NUMBER) && !WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
64
bool isWinforms = WindowsFormsHelper.
IsWindowsFormsControl
(hwnd);
558
if( !WindowsFormsHelper.
IsWindowsFormsControl
(hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
118
if (WindowsFormsHelper.
IsWindowsFormsControl
(_hwnd) && IsWinformUpdown(_hwnd))