7 references to IsListMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
958
if (IsDetailMode (hwnd) ||
IsListMode
(hwnd) || ListViewAutoArrange (hwnd))
1723
if (
IsListMode
(_hwnd))
1757
if (
IsListMode
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
590
if (WindowsListView.
IsListMode
(_hwnd))
615
if (WindowsListView.
IsListMode
(_hwnd))
909
return (WindowsListView.
IsListMode
(hwnd) || WindowsListView.ListViewAutoArrange (hwnd));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
278
if (WindowsListView.
IsListMode
(hwndParent))