3 references to MapText
Microsoft.Maui.Controls (3)
Label\Label.iOS.cs (1)
20
public static void MapText(LabelHandler handler, Label label) =>
MapText
((ILabelHandler)handler, label);
Label\Label.Mapper.cs (2)
23
LabelHandler.Mapper.ReplaceMapping<Label, ILabelHandler>(nameof(Text),
MapText
);
24
LabelHandler.Mapper.ReplaceMapping<Label, ILabelHandler>(nameof(FormattedText),
MapText
);