2 references to ListViewAutoArrange
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
958if (IsDetailMode (hwnd) || IsListMode (hwnd) || ListViewAutoArrange (hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
909return (WindowsListView.IsListMode (hwnd) || WindowsListView.ListViewAutoArrange (hwnd));