1 write to _handler
Microsoft.Maui (1)
Platform\iOS\MauiImageView.cs (1)
13
public MauiImageView(IImageHandler handler) =>
_handler
= new(handler);
2 references to _handler
Microsoft.Maui (2)
Platform\iOS\MauiImageView.cs (2)
36
if (
_handler
is not null &&
_handler
.TryGetTarget(out var handler))