1 write to _elementConfiguration
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
32
_elementConfiguration
= new Lazy<ElementConfiguration>(() => new ElementConfiguration(this));
1 reference to _elementConfiguration
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
342
return
_elementConfiguration
.Value;