2 references to HideSoftInputOnTappedProperty
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.cs (2)
33 get { return (bool)GetValue(HideSoftInputOnTappedProperty); } 34 set { SetValue(HideSoftInputOnTappedProperty, value); }