2 writes to _defaultSectionHeight
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
1030 _defaultSectionHeight = source._defaultSectionHeight; 1040 _defaultSectionHeight = DefaultRowHeight;
2 references to _defaultSectionHeight
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
1030 _defaultSectionHeight = source._defaultSectionHeight; 1148 height = _defaultSectionHeight;