2 references to GetCheckState
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
1419
state = (WindowsTreeView.CheckState)WindowsTreeView.
GetCheckState
(_hwnd, _hItem);
1516
isCheckbox = WindowsTreeView.CheckState.NoCheckbox != (WindowsTreeView.CheckState)WindowsTreeView.
GetCheckState
(_hwnd, _hItem);