8 writes to _windowsForms
UIAutomationClientSideProviders (8)
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\WindowsListBox.cs (1)
1080
_windowsForms
= WindowsFormsHelper.GetControlState(_hwnd);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
45
_windowsForms
= WindowsFormsHelper.GetControlState (hwnd);
985
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
5 references to _windowsForms
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1078
if (
_windowsForms
== WindowsFormsHelper.FormControlState.Undeterminate)
1083
if (
_windowsForms
== WindowsFormsHelper.FormControlState.True)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
679
return new WindowsTabItem(_hwnd, this, index,
_windowsForms
== WindowsFormsHelper.FormControlState.True);
957
if (idProp == AutomationElement.AccessKeyProperty &&
_windowsForms
!= WindowsFormsHelper.FormControlState.True)
994
return GetName(_hwnd, _item,
_windowsForms
== WindowsFormsHelper.FormControlState.True);