4 references to LastChildIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemDetailsAccessibleObject.cs (4)
40
NavigateDirection.NavigateDirection_LastChild => GetChild(
LastChildIndex
),
53
return !_owningListView.SupportsListViewSubItems || accessibleChildIndex >
LastChildIndex
|| accessibleChildIndex < 0
80
:
LastChildIndex
+ 1;
116
return accessibleChildIndex >
LastChildIndex
? InvalidIndex : accessibleChildIndex;