16 references to CheckState
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsTreeView.cs (16)
1389WindowsTreeView.CheckState state = WindowsTreeView.CheckState.NoCheckbox; 1404state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.Checked : WindowsTreeView.CheckState.Unchecked; 1408if (state == WindowsTreeView.CheckState.NoCheckbox) 1410state = (WindowsTreeView.CheckState)WindowsTreeView.GetCheckState(_hwnd, _hItem); 1415case WindowsTreeView.CheckState.NoCheckbox : 1421case WindowsTreeView.CheckState.Checked : 1426case WindowsTreeView.CheckState.Unchecked : 1439WindowsTreeView.CheckState state = WindowsTreeView.CheckState.NoCheckbox; 1452state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.Checked : WindowsTreeView.CheckState.Unchecked; 1455return state == WindowsTreeView.CheckState.Checked; 1507isCheckbox = WindowsTreeView.CheckState.NoCheckbox != (WindowsTreeView.CheckState)WindowsTreeView.GetCheckState(_hwnd, _hItem);