4 references to Checked
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsTreeView.cs (4)
1402
state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.
Checked
: WindowsTreeView.CheckState.Unchecked;
1419
case WindowsTreeView.CheckState.
Checked
:
1450
state = Misc.IsBitSet((int)stateMSAA, (int)AccessibleState.Checked) ? WindowsTreeView.CheckState.
Checked
: WindowsTreeView.CheckState.Unchecked;
1453
return state == WindowsTreeView.CheckState.
Checked
;