6 references to TextProperty
Microsoft.Maui.Controls (4)
Cells\EntryCell.cs (2)
78 get { return (string)GetValue(TextProperty); } 79 set { SetValue(TextProperty, value); }
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (2)
69 else if (e.PropertyName == EntryCell.TextProperty.PropertyName) 99 .SetValue(EntryCell.TextProperty, cell.TextField.Text, specificity: SetterSpecificity.FromHandler);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Cells\EntryCellRenderer.cs (2)
64 else if (e.PropertyName == EntryCell.TextProperty.PropertyName) 94 .SetValue(EntryCell.TextProperty, cell.TextField.Text, specificity: SetterSpecificity.FromHandler);