2 references to IsInteractive
Microsoft.AspNetCore.Components (1)
RenderTree\RendererInfo.cs (1)
26private string GetDebuggerDisplay() => $"Name: {Name}, Interactive: {IsInteractive}";
Microsoft.AspNetCore.Components.Web (1)
Media\MediaComponentBase.cs (1)
55internal bool IsInteractive => _renderHandle.IsInitialized && _renderHandle.RendererInfo.IsInteractive;