2 references to SendDisappearingEventOnPauseProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\AppCompat\Application.cs (2)
15
return (bool)element.GetValue(
SendDisappearingEventOnPauseProperty
);
21
element.SetValue(
SendDisappearingEventOnPauseProperty
, value);