4 references to Text
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
11 /// <summary>Bindable property for <see cref="Text"/>.</summary> 12 public static readonly BindableProperty TextProperty = BindableProperty.Create(nameof(Text), typeof(string), typeof(EntryCell), null, BindingMode.TwoWay);
Microsoft.Maui.Controls.Compatibility (2)
Android\Cells\EntryCellRenderer.cs (2)
158 if (_view.EditText.Text == entryCell.Text) 161 _view.EditText.Text = entryCell.Text;