2 implementations of IsPressed
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
255 public bool IsPressed => (bool)GetValue(IsPressedProperty);
ImageButton\ImageButton.cs (1)
100 public bool IsPressed => (bool)GetValue(IsPressedProperty);
2 references to IsPressed
Microsoft.Maui.Controls (2)
Button\ButtonElement.cs (2)
46 /// By calling this, <see cref="IButtonElement.IsPressed"/> is set to <see langword="true"/>, the visual state is changed and events are triggered. 62 /// By calling this, <see cref="IButtonElement.IsPressed"/> is set to <see langword="false"/>, the visual state is changed and events are triggered.