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