1 instantiation of PropertyMapper
Microsoft.Maui.Controls (1)
View\View.cs (1)
300 (PropertyMapper<T>)(propertyMapper as PropertyMapper<T> ?? (propertyMapper = new PropertyMapper<T>()));
3 references to PropertyMapper
Microsoft.Maui.Controls (3)
View\View.cs (3)
299 internal protected PropertyMapper<T> GetRendererOverrides<T>() where T : IView => 300 (PropertyMapper<T>)(propertyMapper as PropertyMapper<T> ?? (propertyMapper = new PropertyMapper<T>()));