3 references to PlaceholderProperty
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
71
get { return (string)GetValue(
PlaceholderProperty
); }
72
set { SetValue(
PlaceholderProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\EntryCellRenderer.cs (1)
57
else if (e.PropertyName == EntryCell.
PlaceholderProperty
.PropertyName)