32 references to WindowsFormsHelper
UIAutomationClientSideProviders (32)
MS\Internal\AutomationProxies\Main.cs (1)
80
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsFormsHelper
.Create), "WindowsForms", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
153
if (
WindowsFormsHelper
.IsWindowsFormsControl(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
122
if(hasNonClientControls ||
WindowsFormsHelper
.IsWindowsFormsControl(hwnd))
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
153
if (
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd, ref _windowsForms))
155
string sPersistentID =
WindowsFormsHelper
.WindowsFormsID (_hwnd);
163
if (
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\ProxySimple.cs (3)
259
return
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd) ? "WinForm" : "Win32";
752
protected
WindowsFormsHelper
.FormControlState _windowsForms =
WindowsFormsHelper
.FormControlState.Undeterminate;
MS\Internal\AutomationProxies\WindowsButton.cs (8)
100
if (
WindowsFormsHelper
.IsWindowsFormsControl(hwnd))
102
return
WindowsFormsHelper
.CreateButton(hwnd);
253
if (!
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd, ref _windowsForms) && IsStartButton())
394
if (hwndParent != IntPtr.Zero &&
WindowsFormsHelper
.IsWindowsFormsControl(hwndParent))
667
if (
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd, ref _windowsForms))
677
if (!
WindowsFormsHelper
.IsWindowsFormsControl(hwnd))
704
if (
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd, ref _windowsForms))
717
if (!
WindowsFormsHelper
.IsWindowsFormsControl(hwnd))
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
610
if (
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd))
1065
if (_windowsForms ==
WindowsFormsHelper
.FormControlState.Undeterminate)
1067
_windowsForms =
WindowsFormsHelper
.GetControlState(_hwnd);
1070
if (_windowsForms ==
WindowsFormsHelper
.FormControlState.True)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
174
if (Misc.IsBitSet(WindowStyle, NativeMethods.ES_NUMBER) && !
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd))
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
72
if (
WindowsFormsHelper
.IsWindowsFormsControl(className))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (3)
65
bool isWinforms =
WindowsFormsHelper
.IsWindowsFormsControl(hwnd);
66
ProxySimple el = isWinforms ? (ProxySimple)
WindowsFormsHelper
.Create(hwnd, 0, idObject) : (ProxySimple)Create(hwnd, 0);
559
if( !
WindowsFormsHelper
.IsWindowsFormsControl(hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (5)
43
_windowsForms =
WindowsFormsHelper
.GetControlState (hwnd);
676
return new WindowsTabItem(_hwnd, this, index, _windowsForms ==
WindowsFormsHelper
.FormControlState.True);
954
if (idProp == AutomationElement.AccessKeyProperty && _windowsForms !=
WindowsFormsHelper
.FormControlState.True)
982
if (
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd, ref _windowsForms))
991
return GetName(_hwnd, _item, _windowsForms ==
WindowsFormsHelper
.FormControlState.True);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
119
if (
WindowsFormsHelper
.IsWindowsFormsControl(_hwnd) && IsWinformUpdown(_hwnd))