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