12 references to ButtonElement
Microsoft.Maui.Controls (12)
Button\Button.cs (6)
23 public static readonly BindableProperty CommandProperty = ButtonElement.CommandProperty; 28 public static readonly BindableProperty CommandParameterProperty = ButtonElement.CommandParameterProperty; 250 public void SendClicked() => ButtonElement.ElementClicked(this, this); 265 public void SendPressed() => ButtonElement.ElementPressed(this, this); 272 public void SendReleased() => ButtonElement.ElementReleased(this, this); 366 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);