1 write to _getPrototypeForIndexPath
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ItemsViewLayout.cs (1)
39 set => _getPrototypeForIndexPath = new(value);
2 references to _getPrototypeForIndexPath
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewLayout.cs (2)
38 get => _getPrototypeForIndexPath is not null && _getPrototypeForIndexPath.TryGetTarget(out var func) ? func : null;