1 implementation of ShortNames
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
183
public IReadOnlyList<string>
ShortNames
4 references to ShortNames
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\ListViewRenderer.cs (4)
1315
if (templatedItems.
ShortNames
== null)
1318
return templatedItems.
ShortNames
.ToArray();
1438
if (templatedList.
ShortNames
== null)
1443
var incc = (INotifyCollectionChanged)templatedList.
ShortNames
;