3 references to KeyboardDoneButtonPressed
Microsoft.Maui.Controls.Compatibility (3)
iOS\Cells\EntryCellRenderer.cs (3)
33
tvc.
KeyboardDoneButtonPressed
-= OnKeyBoardDoneButtonPressed;
41
tvc.
KeyboardDoneButtonPressed
+= OnKeyBoardDoneButtonPressed;
173
var handler = realCell?.
KeyboardDoneButtonPressed
;