8 writes to _windowsForms
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
172
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
182
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
MS\Internal\AutomationProxies\WindowsButton.cs (3)
269
if (!WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
) && IsStartButton())
683
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
720
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1088
_windowsForms
= WindowsFormsHelper.GetControlState(_hwnd);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
43
_windowsForms
= WindowsFormsHelper.GetControlState (hwnd);
983
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
5 references to _windowsForms
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1086
if (
_windowsForms
== WindowsFormsHelper.FormControlState.Undeterminate)
1091
if (
_windowsForms
== WindowsFormsHelper.FormControlState.True)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
677
return new WindowsTabItem(_hwnd, this, index,
_windowsForms
== WindowsFormsHelper.FormControlState.True);
955
if (idProp == AutomationElement.AccessKeyProperty &&
_windowsForms
!= WindowsFormsHelper.FormControlState.True)
992
return GetName(_hwnd, _item,
_windowsForms
== WindowsFormsHelper.FormControlState.True);