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