Implemented interface member:
property
TextTransform
Microsoft.Maui.Controls.ITextElement.TextTransform
7 references to TextTransform
Microsoft.Maui.Controls (7)
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)
43 /// <summary>Bindable property for <see cref="TextTransform"/>.</summary>
Internals\TextTransformUtilites.cs (1)
51 var textTransform = inputView.TextTransform;
Platform\iOS\Extensions\SearchBarExtensions.cs (1)
17 uiSearchBar.Text = TextTransformUtilites.GetTransformedText(searchBar.Text, searchBar.TextTransform);
Platform\iOS\Extensions\TextExtensions.cs (1)
52 textInput.GetSecureTextEntry() ? TextTransform.Default : inputView.TextTransform
SearchBar\SearchBar.Mapper.cs (1)
16 SearchBarHandler.Mapper.ReplaceMapping<SearchBar, ISearchBarHandler>(nameof(TextTransform), MapText);