8 references to MainPage
Microsoft.Maui.Controls (6)
Application\Application.cs (6)
102
if (
MainPage
== value)
107
if (
MainPage
is not null)
109
((IElementDefinition)this).RemoveResourcesChangedListener(
MainPage
.OnParentResourcesChanged);
449
throw new InvalidOperationException($"Both {nameof(
MainPage
)} was set and {nameof(Application.CreateWindow)} was overridden to provide a page.");
538
throw new NotImplementedException($"Either set {nameof(
MainPage
)} or override {nameof(Application.CreateWindow)}.");
548
throw new NotImplementedException($"Either set {nameof(
MainPage
)} or override {nameof(Application.CreateWindow)}.");
Microsoft.Maui.Controls.Compatibility (2)
Tizen\FormsApplication.cs (2)
103
SetPage(_application.
MainPage
);
110
SetPage(_application.
MainPage
);