3 references to GetDefaultWindow
Microsoft.Maui (3)
Platform\Tizen\CoreAppExtensions.cs (2)
14 if (window?.Handler?.PlatformView is Window win && win == GetDefaultWindow()) 51 var tizenWindow = GetDefaultWindow();
Platform\Tizen\MauiApplication.cs (1)
45 var platformWindow = CoreAppExtensions.GetDefaultWindow();