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