23 references to IsDetailMode
UIAutomationClientSideProviders (23)
MS\Internal\AutomationProxies\WindowsListView.cs (8)
70if (IsDetailMode(hwnd)) 170(IsDetailMode (_hwnd) || 182if (iid == TablePattern.Pattern && IsDetailMode (_hwnd)) 429else if (hitTest.flags == NativeMethods.LVHT_NOWHERE && IsDetailMode(_hwnd)) 750if (IsDetailMode (_hwnd)) 951if (IsDetailMode (hwnd) || IsListMode (hwnd) || ListViewAutoArrange (hwnd)) 962if (IsDetailMode (hwnd)) 975if (IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (4)
374if (WindowsListView.IsDetailMode (_hwnd)) 552System.Diagnostics.Debug.Assert (!WindowsListView.IsDetailMode (hwnd), "GetColumnCountExternal: called when lv is in Detail mode"); 733if (WindowsListView.IsDetailMode (hwnd)) 754if (WindowsListView.IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (9)
33if (WindowsListView.IsDetailMode(hwnd)) 257if (WindowsListView.IsDetailMode (_hwnd)) 281else if (WindowsListView.IsDetailMode (_hwnd)) 300else if (WindowsListView.IsDetailMode(_hwnd)) 315if (WindowsListView.IsDetailMode (_hwnd)) 347if (WindowsListView.IsDetailMode (_hwnd)) 685if(WindowsListView.IsDetailMode(hwnd)) 899if (WindowsListView.IsDetailMode (hwnd)) 923if (WindowsListView.IsDetailMode (_hwnd) && !WindowsListView.FullRowSelect (_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
147if (WindowsListView.FullRowSelect (hwnd) && WindowsListView.IsDetailMode (hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
276else if (WindowsListView.IsDetailMode(hwndParent))