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)
iOS\Renderers\EntryRenderer.cs (1)
202 else if (e.PropertyName == Entry.ReturnTypeProperty.PropertyName)