5 references to LVGF_SUBSET
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
672if (((mask & NativeMethods.LVGF_HEADER) == 0) && ((mask & NativeMethods.LVGF_SUBSET) == 0)) 685case NativeMethods.LVGF_SUBSET: 703case NativeMethods.LVGF_SUBSET: 721case NativeMethods.LVGF_SUBSET:
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
109return XSendMessage.GetItemText(_hwnd, group, NativeMethods.LVGF_SUBSET);