2 references to ReturnCommandProperty
Microsoft.Maui.Controls (2)
Entry\Entry.cs (2)
143 get => (ICommand)GetValue(ReturnCommandProperty); 144 set => SetValue(ReturnCommandProperty, value);