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