2 writes to ItemWidth
Microsoft.Maui.Controls (2)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1284
that.
ItemWidth
= (global::System.Double)Value;
Handlers\Items\CarouselViewHandler.Windows.cs (1)
590
item.
ItemWidth
= itemWidth;
4 references to ItemWidth
Microsoft.Maui.Controls (4)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1279
return that.
ItemWidth
;
Platform\Windows\CollectionView\ItemContentControl.cs (3)
110
nameof(
ItemWidth
), typeof(double), typeof(ItemContentControl),
317
var width =
ItemWidth
== default ? availableSize.Width :
ItemWidth
;