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