8 writes to _windowsForms
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
152
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
162
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
MS\Internal\AutomationProxies\WindowsButton.cs (3)
253
if (!WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
) && IsStartButton())
664
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
701
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1067
_windowsForms
= WindowsFormsHelper.GetControlState(_hwnd);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
43
_windowsForms
= WindowsFormsHelper.GetControlState (hwnd);
978
if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref
_windowsForms
))
5 references to _windowsForms
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1065
if (
_windowsForms
== WindowsFormsHelper.FormControlState.Undeterminate)
1070
if (
_windowsForms
== WindowsFormsHelper.FormControlState.True)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
672
return new WindowsTabItem(_hwnd, this, index,
_windowsForms
== WindowsFormsHelper.FormControlState.True);
950
if (idProp == AutomationElement.AccessKeyProperty &&
_windowsForms
!= WindowsFormsHelper.FormControlState.True)
987
return GetName(_hwnd, _item,
_windowsForms
== WindowsFormsHelper.FormControlState.True);