3 references to MeasuredEstimateProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\Windows\CellControl.cs (2)
113 var estimate = (double)lv.GetValue(MeasuredEstimateProperty); 135 lv.SetValue(MeasuredEstimateProperty, result.Height);
Compatibility\Handlers\ListView\Windows\ListViewRenderer.cs (1)
410 Element.ClearValue(CellControl.MeasuredEstimateProperty);