2 references to SendAppearingEventOnResumeProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\AppCompat\Application.cs (2)
43
return (bool)element.GetValue(
SendAppearingEventOnResumeProperty
);
49
element.SetValue(
SendAppearingEventOnResumeProperty
, value);