1 implementation of IEntryController
Microsoft.Maui.Controls (1)
Entry\Entry.cs (1)
12 public partial class Entry : InputView, ITextAlignmentElement, IEntryController, IElementConfiguration<Entry>, IEntry
2 references to IEntryController
Microsoft.Maui.Controls (1)
Entry\Entry.cs (1)
201 (this as IEntryController).SendCompleted();
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\EntryRenderer.cs (1)
110 ((IEntryController)Element).SendCompleted();