.Net Framework 4.7.2
ListViewItem doesn't have value of accessible name property when it contains image, so screen reader cannot read it.
Repro
Create new windows form application .net 4.7.2
Create ImageList, add few images.
Create new Listview, add few list items with provided imageindex property.
Open Keros for Desktop and validate list.
Actual result: Name property is empty.
Expected result: Name property should to has a value.

