4 references to TextProperty
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
78 get { return (string)GetValue(TextProperty); } 79 set { SetValue(TextProperty, value); }
Microsoft.Maui.Controls.Compatibility (2)
Android\Cells\EntryCellRenderer.cs (2)
55 else if (e.PropertyName == EntryCell.TextProperty.PropertyName) 96 .SetValue(EntryCell.TextProperty, text, specificity: SetterSpecificity.FromHandler);