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