2 implementations of SendClicked
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
250 public void SendClicked() => ButtonElement.ElementClicked(this, this);
ImageButton\ImageButton.cs (1)
184 public void SendClicked() =>
3 references to SendClicked
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
484 (this as IButtonController).SendClicked();
ImageButton\ImageButton.cs (1)
273 (this as IButtonController).SendClicked();
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonElementManager.cs (1)
87 element?.SendClicked();