16 references to CheckState
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsTreeView.cs (16)
1383WindowsTreeView.CheckState state = WindowsTreeView.CheckState.NoCheckbox; 1398state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.Checked : WindowsTreeView.CheckState.Unchecked; 1402if (state == WindowsTreeView.CheckState.NoCheckbox) 1404state = (WindowsTreeView.CheckState)WindowsTreeView.GetCheckState(_hwnd, _hItem); 1409case WindowsTreeView.CheckState.NoCheckbox : 1415case WindowsTreeView.CheckState.Checked : 1420case WindowsTreeView.CheckState.Unchecked : 1433WindowsTreeView.CheckState state = WindowsTreeView.CheckState.NoCheckbox; 1446state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.Checked : WindowsTreeView.CheckState.Unchecked; 1449return state == WindowsTreeView.CheckState.Checked; 1501isCheckbox = WindowsTreeView.CheckState.NoCheckbox != (WindowsTreeView.CheckState)WindowsTreeView.GetCheckState(_hwnd, _hItem);