File: Entry\Entry.Standard.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
#nullable disable
namespace Microsoft.Maui.Controls
{
	public partial class Entry
	{
		public static void MapText(EntryHandler handler, Entry entry) { }
 
		public static void MapText(IEntryHandler handler, Entry entry) { }
	}
}