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