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