1 implementation of IPropertyMapperView
Microsoft.Maui.Controls (1)
View\View.cs (1)
20
public partial class View : VisualElement, IViewController, IGestureController, IGestureRecognizers, IView,
IPropertyMapperView
, IHotReloadableView, IControlsView
3 references to IPropertyMapperView
Microsoft.Maui (1)
Handlers\Element\ElementHandler.cs (1)
69
if (VirtualView is
IPropertyMapperView
imv)
Microsoft.Maui.Controls (2)
View\View.cs (2)
296
/// <remarks>Contains the unique property overrides that are used by <see cref="
IPropertyMapperView
.GetPropertyMapperOverrides"/>.</remarks>
302
PropertyMapper
IPropertyMapperView
.GetPropertyMapperOverrides() => propertyMapper;