7 references to IsListMode
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListView.cs (3)
966
if (IsDetailMode (hwnd) ||
IsListMode
(hwnd) || ListViewAutoArrange (hwnd))
1729
if (
IsListMode
(_hwnd))
1763
if (
IsListMode
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
597
if (WindowsListView.
IsListMode
(_hwnd))
622
if (WindowsListView.
IsListMode
(_hwnd))
919
return (WindowsListView.
IsListMode
(hwnd) || WindowsListView.ListViewAutoArrange (hwnd));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
287
if (WindowsListView.
IsListMode
(hwndParent))