8 writes to _windowsForms
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
151if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms)) 161if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsButton.cs (3)
252if (!WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms) && IsStartButton()) 663if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms)) 700if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1066_windowsForms = WindowsFormsHelper.GetControlState(_hwnd);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
42_windowsForms = WindowsFormsHelper.GetControlState (hwnd); 977if (WindowsFormsHelper.IsWindowsFormsControl(_hwnd, ref _windowsForms))
5 references to _windowsForms
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1064if (_windowsForms == WindowsFormsHelper.FormControlState.Undeterminate) 1069if (_windowsForms == WindowsFormsHelper.FormControlState.True)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
671return new WindowsTabItem(_hwnd, this, index, _windowsForms == WindowsFormsHelper.FormControlState.True); 949if (idProp == AutomationElement.AccessKeyProperty && _windowsForms != WindowsFormsHelper.FormControlState.True) 986return GetName(_hwnd, _item, _windowsForms == WindowsFormsHelper.FormControlState.True);