6 references to MainPage
Microsoft.Maui.Controls (6)
Application\Application.cs (6)
103
if (
MainPage
== value)
108
if (
MainPage
is not null)
110
((IElementDefinition)this).RemoveResourcesChangedListener(
MainPage
.OnParentResourcesChanged);
451
throw new InvalidOperationException($"Both {nameof(
MainPage
)} was set and {nameof(Application.CreateWindow)} was overridden to provide a page.");
540
throw new NotImplementedException($"Either set {nameof(
MainPage
)} or override {nameof(Application.CreateWindow)}.");
550
throw new NotImplementedException($"Either set {nameof(
MainPage
)} or override {nameof(Application.CreateWindow)}.");