1 write to IndexerName
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
351
part.
IndexerName
= indexerName;
2 references to IndexerName
Microsoft.Maui.Controls (2)
BindingExpression.cs (2)
699
if (name != string.Format("{0}[{1}]", part.
IndexerName
, part.Content))
702
else if (name != part.
IndexerName
)