2 references to OnButtonTouchUpInside
Microsoft.Maui (2)
Handlers\Button\ButtonHandler.iOS.cs (2)
173
platformView.TouchUpInside +=
OnButtonTouchUpInside
;
183
platformView.TouchUpInside -=
OnButtonTouchUpInside
;