1 write to _itemEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
24
_itemEntry
= itemEntry.OrThrowIfNull();
3 references to _itemEntry
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (3)
28
protected int CurrentIndex => _owningListBox.Items.InnerArray.IndexOf(
_itemEntry
);
49
return [id[0], id[1], id[2],
_itemEntry
.GetHashCode()];
92
public override string? Name => _owningListBox.GetItemText(
_itemEntry
.Item);