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