16 references to CheckState
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\WindowsTreeView.cs (16)
1398WindowsTreeView.CheckState state = WindowsTreeView.CheckState.NoCheckbox; 1413state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.Checked : WindowsTreeView.CheckState.Unchecked; 1417if (state == WindowsTreeView.CheckState.NoCheckbox) 1419state = (WindowsTreeView.CheckState)WindowsTreeView.GetCheckState(_hwnd, _hItem); 1424case WindowsTreeView.CheckState.NoCheckbox : 1430case WindowsTreeView.CheckState.Checked : 1435case WindowsTreeView.CheckState.Unchecked : 1448WindowsTreeView.CheckState state = WindowsTreeView.CheckState.NoCheckbox; 1461state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.Checked : WindowsTreeView.CheckState.Unchecked; 1464return state == WindowsTreeView.CheckState.Checked; 1516isCheckbox = WindowsTreeView.CheckState.NoCheckbox != (WindowsTreeView.CheckState)WindowsTreeView.GetCheckState(_hwnd, _hItem);