1 write to Current
Microsoft.Maui (1)
Platform\iOS\MauiUIApplicationDelegate.cs (1)
30
Current
= this;
4 references to Current
Microsoft.Maui (4)
Handlers\MenuBar\MenuBarHandler.iOS.cs (1)
12
return MauiUIApplicationDelegate.
Current
.MenuBuilder
Handlers\Window\WindowHandler.iOS.cs (2)
79
if (MauiUIApplicationDelegate.
Current
!= null &&
82
if (MauiUIApplicationDelegate.
Current
.MenuBuilder == null)
Platform\iOS\MenuExtensions.cs (1)
102
MauiUIApplicationDelegate.
Current
.MenuBuilder!;