23 references to IsDetailMode
UIAutomationClientSideProviders (23)
MS\Internal\AutomationProxies\WindowsListView.cs (8)
71if (IsDetailMode(hwnd)) 171(IsDetailMode (_hwnd) || 183if (iid == TablePattern.Pattern && IsDetailMode (_hwnd)) 430else if (hitTest.flags == NativeMethods.LVHT_NOWHERE && IsDetailMode(_hwnd)) 751if (IsDetailMode (_hwnd)) 952if (IsDetailMode (hwnd) || IsListMode (hwnd) || ListViewAutoArrange (hwnd)) 963if (IsDetailMode (hwnd)) 976if (IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (4)
375if (WindowsListView.IsDetailMode (_hwnd)) 553System.Diagnostics.Debug.Assert (!WindowsListView.IsDetailMode (hwnd), "GetColumnCountExternal: called when lv is in Detail mode"); 734if (WindowsListView.IsDetailMode (hwnd)) 755if (WindowsListView.IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (9)
34if (WindowsListView.IsDetailMode(hwnd)) 258if (WindowsListView.IsDetailMode (_hwnd)) 282else if (WindowsListView.IsDetailMode (_hwnd)) 301else if (WindowsListView.IsDetailMode(_hwnd)) 316if (WindowsListView.IsDetailMode (_hwnd)) 348if (WindowsListView.IsDetailMode (_hwnd)) 686if(WindowsListView.IsDetailMode(hwnd)) 900if (WindowsListView.IsDetailMode (hwnd)) 924if (WindowsListView.IsDetailMode (_hwnd) && !WindowsListView.FullRowSelect (_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
148if (WindowsListView.FullRowSelect (hwnd) && WindowsListView.IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
277else if (WindowsListView.IsDetailMode(hwndParent))