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