Implemented interface member:
method
GetProperty
Microsoft.Maui.IPropertyMapper.GetProperty(System.String)
3 references to GetProperty
Microsoft.Maui (3)
PropertyMapper.cs (3)
73 var mapper = GetProperty(key); 190 var mapper = GetProperty(key)!; 238 var action = GetProperty(key) ?? throw new IndexOutOfRangeException($"Unable to find mapping for '{nameof(key)}'.");