1 instantiation of ElementConfiguration
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
32 _elementConfiguration = new Lazy<ElementConfiguration>(() => new ElementConfiguration(this));
2 references to ElementConfiguration
Microsoft.Maui.Controls (2)
Cells\Cell.cs (2)
23 readonly Lazy<ElementConfiguration> _elementConfiguration; 32 _elementConfiguration = new Lazy<ElementConfiguration>(() => new ElementConfiguration(this));