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