1 implementation of Text
Microsoft.Maui.Controls (1)
InputView\InputView.cs (1)
269 string ITextInput.Text
1 write to Text
Microsoft.Maui (1)
Core\Extensions\ITextInputExtensions.cs (1)
22 textInput.Text = platformText;
6 references to Text
Microsoft.Maui (4)
Core\Extensions\ITextInputExtensions.cs (1)
13 var mauiText = textInput.Text ?? string.Empty;
Handlers\Editor\EditorHandler.cs (1)
29 [nameof(IEditor.Text)] = MapText,
Handlers\Entry\EntryHandler.cs (1)
37 [nameof(IEntry.Text)] = MapText,
Handlers\SearchBar\SearchBarHandler.cs (1)
34 [nameof(ISearchBar.Text)] = MapText,
Microsoft.Maui.Controls (2)
ViewExtensions.cs (2)
399 text = entry.Text; 401 text = editor.Text;