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