5 references to LVGF_SUBSET
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
671if (((mask & NativeMethods.LVGF_HEADER) == 0) && ((mask & NativeMethods.LVGF_SUBSET) == 0)) 684case NativeMethods.LVGF_SUBSET: 702case NativeMethods.LVGF_SUBSET: 720case NativeMethods.LVGF_SUBSET:
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
110return XSendMessage.GetItemText(_hwnd, group, NativeMethods.LVGF_SUBSET);