2 implementations of SendPressed
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
267
public void
SendPressed
() => ButtonElement.ElementPressed(this, this);
ImageButton\ImageButton.cs (1)
189
public void
SendPressed
() =>
2 references to SendPressed
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
491
(this as IButtonController).
SendPressed
();
ImageButton\ImageButton.cs (1)
278
(this as IButtonController).
SendPressed
();