23 references to IsDetailMode
UIAutomationClientsideProviders (23)
MS\Internal\AutomationProxies\WindowsListView.cs (8)
81if (IsDetailMode(hwnd)) 184(IsDetailMode (_hwnd) || 196if (iid == TablePattern.Pattern && IsDetailMode (_hwnd)) 443else if (hitTest.flags == NativeMethods.LVHT_NOWHERE && IsDetailMode(_hwnd)) 764if (IsDetailMode (_hwnd)) 966if (IsDetailMode (hwnd) || IsListMode (hwnd) || ListViewAutoArrange (hwnd)) 977if (IsDetailMode (hwnd)) 990if (IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (4)
384if (WindowsListView.IsDetailMode (_hwnd)) 561System.Diagnostics.Debug.Assert (!WindowsListView.IsDetailMode (hwnd), "GetColumnCountExternal: called when lv is in Detail mode"); 742if (WindowsListView.IsDetailMode (hwnd)) 763if (WindowsListView.IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (9)
46if (WindowsListView.IsDetailMode(hwnd)) 268if (WindowsListView.IsDetailMode (_hwnd)) 292else if (WindowsListView.IsDetailMode (_hwnd)) 311else if (WindowsListView.IsDetailMode(_hwnd)) 326if (WindowsListView.IsDetailMode (_hwnd)) 358if (WindowsListView.IsDetailMode (_hwnd)) 696if(WindowsListView.IsDetailMode(hwnd)) 914if (WindowsListView.IsDetailMode (hwnd)) 938if (WindowsListView.IsDetailMode (_hwnd) && !WindowsListView.FullRowSelect (_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
155if (WindowsListView.FullRowSelect (hwnd) && WindowsListView.IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
292else if (WindowsListView.IsDetailMode(hwndParent))