23 references to IsDetailMode
UIAutomationClientsideProviders (23)
MS\Internal\AutomationProxies\WindowsListView.cs (8)
81
if (
IsDetailMode
(hwnd))
184
(
IsDetailMode
(_hwnd) ||
196
if (iid == TablePattern.Pattern &&
IsDetailMode
(_hwnd))
443
else if (hitTest.flags == NativeMethods.LVHT_NOWHERE &&
IsDetailMode
(_hwnd))
764
if (
IsDetailMode
(_hwnd))
966
if (
IsDetailMode
(hwnd) || IsListMode (hwnd) || ListViewAutoArrange (hwnd))
977
if (
IsDetailMode
(hwnd))
990
if (
IsDetailMode
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (4)
384
if (WindowsListView.
IsDetailMode
(_hwnd))
561
System.Diagnostics.Debug.Assert (!WindowsListView.
IsDetailMode
(hwnd), "GetColumnCountExternal: called when lv is in Detail mode");
742
if (WindowsListView.
IsDetailMode
(hwnd))
763
if (WindowsListView.
IsDetailMode
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (9)
46
if (WindowsListView.
IsDetailMode
(hwnd))
268
if (WindowsListView.
IsDetailMode
(_hwnd))
292
else if (WindowsListView.
IsDetailMode
(_hwnd))
311
else if (WindowsListView.
IsDetailMode
(_hwnd))
326
if (WindowsListView.
IsDetailMode
(_hwnd))
358
if (WindowsListView.
IsDetailMode
(_hwnd))
696
if(WindowsListView.
IsDetailMode
(hwnd))
914
if (WindowsListView.
IsDetailMode
(hwnd))
938
if (WindowsListView.
IsDetailMode
(_hwnd) && !WindowsListView.FullRowSelect (_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
155
if (WindowsListView.FullRowSelect (hwnd) && WindowsListView.
IsDetailMode
(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
292
else if (WindowsListView.
IsDetailMode
(hwndParent))