5 references to LVGF_SUBSET
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
680if (((mask & NativeMethods.LVGF_HEADER) == 0) && ((mask & NativeMethods.LVGF_SUBSET) == 0)) 693case NativeMethods.LVGF_SUBSET: 711case NativeMethods.LVGF_SUBSET: 729case NativeMethods.LVGF_SUBSET:
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
112return XSendMessage.GetItemText(_hwnd, group, NativeMethods.LVGF_SUBSET);