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