2 references to TextProperty
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
78
get { return (string)GetValue(
TextProperty
); }
79
set { SetValue(
TextProperty
, value); }