3 references to IsPasswordProperty
Microsoft.Maui.Controls (2)
Entry\Entry.cs (2)
124
get { return (bool)GetValue(
IsPasswordProperty
); }
125
set { SetValue(
IsPasswordProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\EntryRenderer.cs (1)
245
else if (e.PropertyName == Entry.
IsPasswordProperty
.PropertyName)