2 implementations of PropagateUpReleased
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
281 void IButtonElement.PropagateUpReleased() => Released?.Invoke(this, EventArgs.Empty);
ImageButton\ImageButton.cs (1)
206 public void PropagateUpReleased() =>
1 reference to PropagateUpReleased
Microsoft.Maui.Controls (1)
Button\ButtonElement.cs (1)
72 ButtonElementManager.PropagateUpReleased();