1 write to _application
Microsoft.Maui.Controls.Compatibility (1)
iOS\FormsApplicationDelegate.cs (1)
138
_application
= application;
14 references to _application
Microsoft.Maui.Controls.Compatibility (14)
iOS\FormsApplicationDelegate.cs (14)
56
if (
_application
== null)
60
_application
.SendStart();
69
if (
_application
!= null && _isSuspended)
74
_application
.SendResume();
82
if (
_application
!= null)
85
_application
.SendSleep();
123
if (disposing &&
_application
!= null)
125
_application
.PropertyChanged -= ApplicationOnPropertyChanged;
126
_application
.PropertyChanging -= ApplicationOnPropertyChanging;
147
if (args.PropertyName == nameof(
_application
.MainPage))
177
_application
.SendOnAppLinkRequestReceived(new Uri(strLink));
188
if (
_application
.MainPage == null)
197
if (
_application
.MainPage == null)
204
Window.RootViewController =
_application
.MainPage.CreateViewController();