2 implementations of SendReleased
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
272 public void SendReleased() => ButtonElement.ElementReleased(this, this);
ImageButton\ImageButton.cs (1)
194 public void SendReleased() =>
2 references to SendReleased
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
494 (this as IButtonController).SendReleased();
ImageButton\ImageButton.cs (1)
283 (this as IButtonController).SendReleased();