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