4 references to IPlatformApplication
Microsoft.Maui (3)
Core\IPlatformApplication.cs (1)
18
public static
IPlatformApplication
? Current { get; set; }
Platform\WindowExtensions.cs (2)
21
if (
IPlatformApplication
.Current is not
IPlatformApplication
platformApplication)
Microsoft.Maui.Controls.Compatibility (1)
AppHostBuilderExtensions.iOS.cs (1)
20
var services =
IPlatformApplication
.Current.Services;