6 references to True
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (2)
127return IsWindowsFormsControl(hwnd) ? FormControlState.True : FormControlState.False; 151return state == FormControlState.True ? true : false;
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
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);