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