12 references to ButtonElement
Microsoft.Maui.Controls (12)
Button\Button.cs (6)
25 public static readonly BindableProperty CommandProperty = ButtonElement.CommandProperty; 30 public static readonly BindableProperty CommandParameterProperty = ButtonElement.CommandParameterProperty; 252 public void SendClicked() => ButtonElement.ElementClicked(this, this); 267 public void SendPressed() => ButtonElement.ElementPressed(this, this); 274 public void SendReleased() => ButtonElement.ElementReleased(this, this); 368 VisualStateManager.GoToState(this, ButtonElement.PressedVisualState);
ImageButton\ImageButton.cs (6)
19 public static readonly BindableProperty CommandProperty = ButtonElement.CommandProperty; 22 public static readonly BindableProperty CommandParameterProperty = ButtonElement.CommandParameterProperty; 140 VisualStateManager.GoToState(this, ButtonElement.PressedVisualState); 185 ButtonElement.ElementClicked(this, this); 190 ButtonElement.ElementPressed(this, this); 195 ButtonElement.ElementReleased(this, this);