6 references to ListViewGetView
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
854return new int [] { ListViewGetView (_hwnd) }; 861return ListViewGetView (_hwnd); 893int view = ListViewGetView (hwnd); 930if (ListViewList(hwnd) || (NativeMethods.LV_VIEW_LIST == ListViewGetView(hwnd))) 1083return (ListViewIsGroupViewEnabled(hwnd) && NativeMethods.LV_VIEW_LIST != ListViewGetView(hwnd)); 1241return ListViewGetView(hwnd) == NativeMethods.LV_VIEW_ICON;