4 references to RowHeightProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
282 if (e.PropertyName == Microsoft.Maui.Controls.ListView.RowHeightProperty.PropertyName)
ListView\ListView.cs (2)
249 get { return (int)GetValue(RowHeightProperty); } 250 set { SetValue(RowHeightProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
325 if (e.PropertyName == Microsoft.Maui.Controls.ListView.RowHeightProperty.PropertyName)