2 references to GetCheckState
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
1410
state = (WindowsTreeView.CheckState)WindowsTreeView.
GetCheckState
(_hwnd, _hItem);
1507
isCheckbox = WindowsTreeView.CheckState.NoCheckbox != (WindowsTreeView.CheckState)WindowsTreeView.
GetCheckState
(_hwnd, _hItem);