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