1 write to _handler
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\TemplatedCell.cs (1)
57
set =>
_handler
= value == null ? null : new(value);
2 references to _handler
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\TemplatedCell.cs (2)
56
get =>
_handler
is not null &&
_handler
.TryGetTarget(out var h) ? h : null;