2 references to IsInteractive
Microsoft.AspNetCore.Components (1)
RenderTree\RendererInfo.cs (1)
26private string GetDebuggerDisplay() => $"Name: {Name}, Interactive: {IsInteractive}";
Microsoft.AspNetCore.Components.Web (1)
Image\Image.cs (1)
37_renderHandle.RendererInfo.IsInteractive;