2 references to IsPasswordProperty
Microsoft.Maui.Controls (2)
Entry\Entry.cs (2)
124
get { return (bool)GetValue(
IsPasswordProperty
); }
125
set { SetValue(
IsPasswordProperty
, value); }