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