3 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)