3 writes to List
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ListViewRenderer.cs (3)
1028 List = source.List; 1041 List = list; 1478 List = null;
31 references to List
Microsoft.Maui.Controls.Compatibility (31)
iOS\Renderers\ListViewRenderer.cs (31)
840 if (List.RowHeight != -1) 856 var isGroupingEnabled = List.IsGroupingEnabled; 901 var cachingStrategy = List.CachingStrategy; 934 if (List.RowHeight == -1 && cell.Height == -1 && cell is ViewCell) 1015 protected ITemplatedItemsView<Cell> TemplatedItemsView => List; 1028 List = source.List; 1042 List.ItemSelected += OnItemSelected; 1093 var cachingStrategy = List.CachingStrategy; 1125 if (List.IsSet(Specifics.SeparatorStyleProperty)) 1127 if (List.OnThisPlatform().GetSeparatorStyle() == SeparatorStyle.FullWidth) 1143 if (List.IsGroupingEnabled) 1158 if (!List.IsGroupingEnabled) 1177 if (!List.IsGroupingEnabled) 1189 if (List.IsGroupingEnabled) 1203 if (List == null) 1249 if ((List.CachingStrategy & ListViewCachingStrategy.RecycleElement) != 0) 1254 if (List.SelectionMode == ListViewSelectionMode.None) 1260 List.NotifyRowTapped(indexPath.Section, indexPath.Row, formsCell); 1280 if (List.IsGroupingEnabled) 1292 List?.SendScrolled(args); 1331 if (List.OnThisPlatform().RowAnimationsEnabled()) 1350 if (List.IsGroupingEnabled) 1365 if (List.IsGroupingEnabled) 1394 if (List.OnThisPlatform().RowAnimationsEnabled()) 1410 var itemTemplate = List.ItemTemplate; 1418 itemTemplate = selector.SelectTemplate(item, List); 1431 WatchShortNameCollection(List.IsGroupingEnabled); 1463 if (!List.HasUnevenRows || List.RowHeight != -1) 1474 if (List != null) 1476 List.ItemSelected -= OnItemSelected;