6 references to ListViewGetView
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
868return new int [] { ListViewGetView (_hwnd) }; 875return ListViewGetView (_hwnd); 907int view = ListViewGetView (hwnd); 944if (ListViewList(hwnd) || (NativeMethods.LV_VIEW_LIST == ListViewGetView(hwnd))) 1097return (ListViewIsGroupViewEnabled(hwnd) && NativeMethods.LV_VIEW_LIST != ListViewGetView(hwnd)); 1255return ListViewGetView(hwnd) == NativeMethods.LV_VIEW_ICON;