5 references to IsDestructive
Microsoft.Maui.Controls (5)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (3)
378 if (!item.IsDestructive) 519 if (!item.IsDestructive) 525 if (item.IsDestructive)
Menu\MenuItem.cs (2)
29 /// <summary>Bindable property for <see cref="IsDestructive"/>.</summary> 30 public static readonly BindableProperty IsDestructiveProperty = BindableProperty.Create(nameof(IsDestructive), typeof(bool), typeof(MenuItem), false);