1 implementation of State
Microsoft.Maui (1)
ActivationState.cs (1)
47
public IPersistedState
State
{ get; }
1 reference to State
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
431
if (activationState?.
State
?.TryGetValue(MauiWindowIdKey, out var requestedWindowId) ?? false)