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)
Image\Image.cs (3)
36
private bool IsInteractive => _renderHandle.
IsInitialized
&&
57
if (_renderHandle.
IsInitialized
)
119
Debug.Assert(_renderHandle.
IsInitialized
);