7 references to IsListMode
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
952
if (IsDetailMode (hwnd) ||
IsListMode
(hwnd) || ListViewAutoArrange (hwnd))
1718
if (
IsListMode
(_hwnd))
1752
if (
IsListMode
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
587
if (WindowsListView.
IsListMode
(_hwnd))
612
if (WindowsListView.
IsListMode
(_hwnd))
905
return (WindowsListView.
IsListMode
(hwnd) || WindowsListView.ListViewAutoArrange (hwnd));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
272
if (WindowsListView.
IsListMode
(hwndParent))