2 writes to Chained
Microsoft.Maui (2)
Handlers\Element\ElementHandler.cs (1)
74 map.Chained = new[] { _defaultMapper };
PropertyMapper.cs (1)
37 Chained = chained;
4 references to Chained
Microsoft.Maui (4)
PropertyMapper.cs (4)
92 var chainedPropertyMappers = Chained; 158 var chainedPropertyMappers = Chained; 251 else if (Chained != null) 253 foreach (var chain in Chained)