2 references to Pressed
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
261
/// Internal method to trigger the <see cref="
Pressed
"/> event.
278
void IButtonElement.PropagateUpPressed() =>
Pressed
?.Invoke(this, EventArgs.Empty);