2 references to IsDestructiveProperty
Microsoft.Maui.Controls (2)
Menu\MenuItem.cs (2)
87
get => (bool)GetValue(
IsDestructiveProperty
);
88
set => SetValue(
IsDestructiveProperty
, value);