6 references to IsInitialized
Microsoft.AspNetCore.Components (3)
ComponentBase.cs (1)
234
if (_renderHandle.
IsInitialized
)
Routing\Router.cs (2)
386
if (_renderHandle.
IsInitialized
&& Routes != null)
395
if (_renderHandle.
IsInitialized
&& renderContentIsProvided)
Microsoft.AspNetCore.Components.Web (3)
Media\MediaComponentBase.cs (3)
55
internal bool IsInteractive => _renderHandle.
IsInitialized
&& _renderHandle.RendererInfo.IsInteractive;
99
if (_renderHandle.
IsInitialized
)
164
Debug.Assert(_renderHandle.
IsInitialized
);