4 references to Checked
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsTreeView.cs (4)
1413state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.Checked : WindowsTreeView.CheckState.Unchecked; 1430case WindowsTreeView.CheckState.Checked : 1461state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.Checked : WindowsTreeView.CheckState.Unchecked; 1464return state == WindowsTreeView.CheckState.Checked;