6 references to ListViewGetView
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
860return new int [] { ListViewGetView (_hwnd) }; 867return ListViewGetView (_hwnd); 899int view = ListViewGetView (hwnd); 936if (ListViewList(hwnd) || (NativeMethods.LV_VIEW_LIST == ListViewGetView(hwnd))) 1089return (ListViewIsGroupViewEnabled(hwnd) && NativeMethods.LV_VIEW_LIST != ListViewGetView(hwnd)); 1247return ListViewGetView(hwnd) == NativeMethods.LV_VIEW_ICON;