6 references to ListViewGetView
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
853return new int [] { ListViewGetView (_hwnd) }; 860return ListViewGetView (_hwnd); 892int view = ListViewGetView (hwnd); 929if (ListViewList(hwnd) || (NativeMethods.LV_VIEW_LIST == ListViewGetView(hwnd))) 1082return (ListViewIsGroupViewEnabled(hwnd) && NativeMethods.LV_VIEW_LIST != ListViewGetView(hwnd)); 1240return ListViewGetView(hwnd) == NativeMethods.LV_VIEW_ICON;