Implemented interface member:
property
TextTransform
Microsoft.Maui.Controls.ITextElement.TextTransform
5 references to TextTransform
Microsoft.Maui.Controls (5)
Editor\Editor.Mapper.cs (1)
16 EditorHandler.Mapper.ReplaceMapping<Editor, IEditorHandler>(nameof(TextTransform), MapText);
Entry\Entry.Mapper.cs (1)
21 EntryHandler.Mapper.ReplaceMapping<Entry, IEntryHandler>(nameof(TextTransform), MapText);
InputView\InputView.cs (1)
46 /// <summary>Bindable property for <see cref="TextTransform"/>.</summary>
Internals\TextTransformUtilites.cs (1)
51 var textTransform = inputView.TextTransform;
SearchBar\SearchBar.Mapper.cs (1)
16 SearchBarHandler.Mapper.ReplaceMapping<SearchBar, ISearchBarHandler>(nameof(TextTransform), MapText);