2 references to IsPressedPropertyKey
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
144
public static readonly BindableProperty IsPressedProperty =
IsPressedPropertyKey
.BindableProperty;
260
void IButtonElement.SetIsPressed(bool isPressed) => SetValue(
IsPressedPropertyKey
, isPressed);