7 references to IsListMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
951
if (IsDetailMode (hwnd) ||
IsListMode
(hwnd) || ListViewAutoArrange (hwnd))
1717
if (
IsListMode
(_hwnd))
1751
if (
IsListMode
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
586
if (WindowsListView.
IsListMode
(_hwnd))
611
if (WindowsListView.
IsListMode
(_hwnd))
904
return (WindowsListView.
IsListMode
(hwnd) || WindowsListView.ListViewAutoArrange (hwnd));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
271
if (WindowsListView.
IsListMode
(hwndParent))