3 references to ReturnTypeProperty
Microsoft.Maui.Controls (2)
Entry\Entry.cs (2)
133 get => (ReturnType)GetValue(ReturnTypeProperty); 134 set => SetValue(ReturnTypeProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\EntryRenderer.cs (1)
277 else if (e.PropertyName == Entry.ReturnTypeProperty.PropertyName)