4 references to EntryHandler
Microsoft.Maui.Controls (4)
Entry\Entry.Mapper.cs (2)
20
EntryHandler
.Mapper.ReplaceMapping<Entry, IEntryHandler>(nameof(Text), MapText);
21
EntryHandler
.Mapper.ReplaceMapping<Entry, IEntryHandler>(nameof(TextTransform), MapText);
Entry\Entry.Standard.cs (1)
6
public static void MapText(
EntryHandler
handler, Entry entry) { }
Hosting\AppHostBuilderExtensions.cs (1)
73
handlersCollection.AddHandler<Entry,
EntryHandler
>();