1 type derived from ListViewItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
24
internal class ListViewItemStartMenu :
ListViewItem
4 instantiations of ListViewItem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1642
return new
ListViewItem
(_hwnd, parent, item);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
298
return new
ListViewItem
(_hwnd, this, hitTest.iItem);
479
return new
ListViewItem
(hwnd, group, index);
593
return new
ListViewItem
(_hwnd, this, index);
19 references to ListViewItem
UIAutomationClientSideProviders (19)
MS\Internal\AutomationProxies\EventManager.cs (1)
324
eventId == NativeMethods.EventObjectSelection && el is
ListViewItem
)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
228
if (child is
ListViewItem
)
971
int column =
ListViewItem
.GetSubItemCount (hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
742
int column =
ListViewItem
.GetSubItemCount (hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (3)
366
int columns =
ListViewItem
.GetSubItemCount (_hwnd);
562
return
ListViewItem
.GetText (_hwnd, _item, 0);
802
if (val.Equals(
ListViewItem
.GetText(hwnd, item, 0)))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (6)
112
string name =
ListViewItem
.GetText(_hwnd, _listviewItem, 0);
215
ListViewItem
.CheckState current = (
ListViewItem
.CheckState) WindowsListView.GetCheckedState (_hwnd, _listviewItem);
219
case
ListViewItem
.CheckState.NoCheckbox :
224
case
ListViewItem
.CheckState.Checked :
229
case
ListViewItem
.CheckState.Unchecked :
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (6)
90
!WindowsListView.IsIconView(_hwnd) && _item == 0 && 1 <
ListViewItem
.GetSubItemCount(_hwnd))
110
if (
ListViewItem
.IsItemWithCheckbox (_hwnd, _itemParent))
200
string name =
ListViewItem
.GetText(_hwnd, _itemParent, _item);
224
ListViewItem
.SetValue (val, _hwnd, _itemParent);
232
return
ListViewItem
.GetText (_hwnd, _itemParent, _item);
261
int groupID =
ListViewItem
.GetGroupID (_hwnd, _itemParent);