2 writes to _application
Microsoft.Maui (2)
Platform\Tizen\MauiApplication.cs (2)
69 _application = _services.GetRequiredService<IApplication>(); 155 protected set => _application = value;
4 references to _application
Microsoft.Maui (4)
Platform\Tizen\MauiApplication.cs (4)
71 this.SetApplicationHandler(_application, _applicationContext); 73 this.CreatePlatformWindow(_application); 142 IApplication IPlatformApplication.Application => _application!; 154 get => _application!;