2 references to TVIS_EXPANDED
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
423int expanded = GetItemState(hwnd, treeItem, NativeMethods.TVIS_EXPANDED); 425return (Misc.IsBitSet(expanded, NativeMethods.TVIS_EXPANDED));