3 references to IsInitialized
Microsoft.AspNetCore.Components (3)
ComponentBase.cs (1)
234
if (_renderHandle.
IsInitialized
)
Routing\Router.cs (2)
319
if (_renderHandle.
IsInitialized
&& Routes != null)
327
if (_renderHandle.
IsInitialized
)