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