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