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