2 implementations of SendClicked
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
252 public void SendClicked() => ButtonElement.ElementClicked(this, this);
ImageButton\ImageButton.cs (1)
184 public void SendClicked() =>
2 references to SendClicked
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
486 (this as IButtonController).SendClicked();
ImageButton\ImageButton.cs (1)
273 (this as IButtonController).SendClicked();