23 references to IsDetailMode
UIAutomationClientSideProviders (23)
MS\Internal\AutomationProxies\WindowsListView.cs (8)
74if (IsDetailMode(hwnd)) 177(IsDetailMode (_hwnd) || 189if (iid == TablePattern.Pattern && IsDetailMode (_hwnd)) 436else if (hitTest.flags == NativeMethods.LVHT_NOWHERE && IsDetailMode(_hwnd)) 757if (IsDetailMode (_hwnd)) 958if (IsDetailMode (hwnd) || IsListMode (hwnd) || ListViewAutoArrange (hwnd)) 969if (IsDetailMode (hwnd)) 982if (IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (4)
377if (WindowsListView.IsDetailMode (_hwnd)) 554System.Diagnostics.Debug.Assert (!WindowsListView.IsDetailMode (hwnd), "GetColumnCountExternal: called when lv is in Detail mode"); 735if (WindowsListView.IsDetailMode (hwnd)) 756if (WindowsListView.IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (9)
39if (WindowsListView.IsDetailMode(hwnd)) 261if (WindowsListView.IsDetailMode (_hwnd)) 285else if (WindowsListView.IsDetailMode (_hwnd)) 304else if (WindowsListView.IsDetailMode(_hwnd)) 319if (WindowsListView.IsDetailMode (_hwnd)) 351if (WindowsListView.IsDetailMode (_hwnd)) 689if(WindowsListView.IsDetailMode(hwnd)) 904if (WindowsListView.IsDetailMode (hwnd)) 928if (WindowsListView.IsDetailMode (_hwnd) && !WindowsListView.FullRowSelect (_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
150if (WindowsListView.FullRowSelect (hwnd) && WindowsListView.IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
283else if (WindowsListView.IsDetailMode(hwndParent))