1 implementation of UpdateProperty
Microsoft.Maui (1)
PropertyMapper.cs (1)
67
public void
UpdateProperty
(IElementHandler viewHandler, IElement? virtualView, string property)
2 references to UpdateProperty
Microsoft.Maui (2)
Handlers\Element\ElementHandler.cs (1)
87
_mapper?.
UpdateProperty
(this, VirtualView, property);
PropertyMapper.cs (1)
179
chain.
UpdateProperty
(h, v, key);