2 writes to _updatePropertiesMappers
Microsoft.Maui (2)
PropertyMapper.cs (2)
144 _updatePropertiesMappers = null; 196 _updatePropertiesMappers = updatePropertiesMappers;
1 reference to _updatePropertiesMappers
Microsoft.Maui (1)
PropertyMapper.cs (1)
28 List<Action<IElementHandler, IElement>> UpdatePropertiesMappers => _updatePropertiesMappers ?? SnapshotMappers().UpdatePropertiesMappers;