2 references to LVS_TYPEMASK
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1181
return ((Misc.GetWindowStyle(hwnd) & NativeMethods.
LVS_TYPEMASK
) == NativeMethods.LVS_REPORT);
1786
return ((Misc.GetWindowStyle(hwnd) & NativeMethods.
LVS_TYPEMASK
) == NativeMethods.LVS_LIST);