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