7 references to Handler
Microsoft.Maui (7)
Handlers\Button\ButtonHandler.Tizen.cs (1)
117
if (
Handler
?.PlatformView is not Button button)
Handlers\Image\ImageHandler.Tizen.cs (1)
44
if (
Handler
?.PlatformView is not Image image)
Handlers\ImageButton\ImageButtonHandler.Tizen.cs (1)
75
if (
Handler
?.PlatformView is not MauiImageButton button)
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.Tizen.cs (1)
64
if (
Handler
?.PlatformView is not Button item)
Platform\ImageSourcePartSetter.cs (3)
25
Handler
?.VirtualView as IImageSourcePart ??
Handler
?.VirtualView as IImage;
29
IElementHandler? IImageSourcePartSetter.Handler =>
Handler
;