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