2 references to LVS_TYPEMASK
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1192return ((Misc.GetWindowStyle(hwnd) & NativeMethods.LVS_TYPEMASK) == NativeMethods.LVS_REPORT); 1795return ((Misc.GetWindowStyle(hwnd) & NativeMethods.LVS_TYPEMASK) == NativeMethods.LVS_LIST);