1 type derived from ListViewItem
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
31
internal class ListViewItemStartMenu :
ListViewItem
4 instantiations of ListViewItem
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1648
return new
ListViewItem
(_hwnd, parent, item);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
305
return new
ListViewItem
(_hwnd, this, hitTest.iItem);
486
return new
ListViewItem
(hwnd, group, index);
600
return new
ListViewItem
(_hwnd, this, index);
19 references to ListViewItem
UIAutomationClientsideProviders (19)
MS\Internal\AutomationProxies\EventManager.cs (1)
331
eventId == NativeMethods.EventObjectSelection && el is
ListViewItem
)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
235
if (child is
ListViewItem
)
979
int column =
ListViewItem
.GetSubItemCount (hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
749
int column =
ListViewItem
.GetSubItemCount (hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
373
int columns =
ListViewItem
.GetSubItemCount (_hwnd);
569
return
ListViewItem
.GetText (_hwnd, _item, 0);
812
if (val.Equals(
ListViewItem
.GetText(hwnd, item, 0)))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (6)
117
string name =
ListViewItem
.GetText(_hwnd, _listviewItem, 0);
220
ListViewItem
.CheckState current = (
ListViewItem
.CheckState) WindowsListView.GetCheckedState (_hwnd, _listviewItem);
224
case
ListViewItem
.CheckState.NoCheckbox :
229
case
ListViewItem
.CheckState.Checked :
234
case
ListViewItem
.CheckState.Unchecked :
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (6)
97
!WindowsListView.IsIconView(_hwnd) && _item == 0 && 1 <
ListViewItem
.GetSubItemCount(_hwnd))
117
if (
ListViewItem
.IsItemWithCheckbox (_hwnd, _itemParent))
207
string name =
ListViewItem
.GetText(_hwnd, _itemParent, _item);
231
ListViewItem
.SetValue (val, _hwnd, _itemParent);
239
return
ListViewItem
.GetText (_hwnd, _itemParent, _item);
268
int groupID =
ListViewItem
.GetGroupID (_hwnd, _itemParent);