3 references to GetIndexer
Microsoft.Maui.Controls (3)
BindingExpression.cs (3)
307
if (sourceType.BaseType is Type baseT &&
GetIndexer
(baseT.GetTypeInfo(), indexerName, content) is PropertyInfo p)
313
if (
GetIndexer
(face.GetTypeInfo(), indexerName, content) is PropertyInfo pi)
353
property =
GetIndexer
(sourceType, indexerName, part.Content);