1 implementation of GetPropertyMapperOverrides
Microsoft.Maui.Controls (1)
View\View.cs (1)
302 PropertyMapper IPropertyMapperView.GetPropertyMapperOverrides() => propertyMapper;
2 references to GetPropertyMapperOverrides
Microsoft.Maui (1)
Handlers\Element\ElementHandler.cs (1)
71 var map = imv.GetPropertyMapperOverrides();
Microsoft.Maui.Controls (1)
View\View.cs (1)
296 /// <remarks>Contains the unique property overrides that are used by <see cref="IPropertyMapperView.GetPropertyMapperOverrides"/>.</remarks>