6 references to ListViewGetView
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
860
return new int [] {
ListViewGetView
(_hwnd) };
867
return
ListViewGetView
(_hwnd);
899
int view =
ListViewGetView
(hwnd);
936
if (ListViewList(hwnd) || (NativeMethods.LV_VIEW_LIST ==
ListViewGetView
(hwnd)))
1089
return (ListViewIsGroupViewEnabled(hwnd) && NativeMethods.LV_VIEW_LIST !=
ListViewGetView
(hwnd));
1247
return
ListViewGetView
(hwnd) == NativeMethods.LV_VIEW_ICON;