2 references to OnButtonTouchDown
Microsoft.Maui (2)
Handlers\ImageButton\ImageButtonHandler.iOS.cs (2)
106
platformView.TouchDown +=
OnButtonTouchDown
;
113
platformView.TouchDown -=
OnButtonTouchDown
;