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