1 implementation of SendCompleted
Microsoft.Maui.Controls (1)
Entry\Entry.cs (1)
176 public void SendCompleted()
2 references to SendCompleted
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();