2 references to OnButtonTouchCancel
Microsoft.Maui (2)
Handlers\Button\ButtonHandler.iOS.cs (2)
176
platformView.TouchCancel +=
OnButtonTouchCancel
;
186
platformView.TouchCancel -=
OnButtonTouchCancel
;