5 references to ReturnType
Microsoft.Maui (1)
Core\IEntry.cs (1)
16 ReturnType ReturnType { get; }
Microsoft.Maui.Controls (4)
Entry\Entry.cs (4)
17 public static readonly BindableProperty ReturnTypeProperty = BindableProperty.Create(nameof(ReturnType), typeof(ReturnType), typeof(Entry), ReturnType.Default); 131 public ReturnType ReturnType 133 get => (ReturnType)GetValue(ReturnTypeProperty);