1 write to propertyMapper
Microsoft.Maui.Controls (1)
View\View.cs (1)
300
(PropertyMapper<T>)(propertyMapper as PropertyMapper<T> ?? (
propertyMapper
= new PropertyMapper<T>()));
2 references to propertyMapper
Microsoft.Maui.Controls (2)
View\View.cs (2)
300
(PropertyMapper<T>)(
propertyMapper
as PropertyMapper<T> ?? (propertyMapper = new PropertyMapper<T>()));
302
PropertyMapper IPropertyMapperView.GetPropertyMapperOverrides() =>
propertyMapper
;