2 references to ListViewAutoArrange
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
966if (IsDetailMode (hwnd) || IsListMode (hwnd) || ListViewAutoArrange (hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
919return (WindowsListView.IsListMode (hwnd) || WindowsListView.ListViewAutoArrange (hwnd));