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