2 references to ItemHeightProperty
Microsoft.Maui.Controls (2)
Platform\Windows\CollectionView\ItemContentControl.cs (2)
105
get => (double)GetValue(
ItemHeightProperty
);
106
set => SetValue(
ItemHeightProperty
, value);