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