3 references to Index
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6956
HitTest(PARAM.ToPoint(m.LParamInternal)) is { SubItem.
Index
: > 0, Item.Selected: true };
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (2)
317
.GetChild(hitTestInfo.SubItem.
Index
, point),
321
View.Tile => hitTestInfo.SubItem.
Index
> 0 ? hitTestInfo.SubItem.AccessibilityObject : itemAccessibleObject,