1 implementation of Handler
Microsoft.Maui (1)
Platform\ImageSourcePartSetter.cs (1)
29 IElementHandler? IImageSourcePartSetter.Handler => Handler;
1 reference to Handler
Microsoft.Maui (1)
Platform\ImageSourcePartLoader.cs (1)
60 if (Setter.Handler is not IElementHandler handler || handler.PlatformView is not PlatformView platformView)