1 instantiation of WebElementReferenceContext
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
49ElementReferenceContext = new WebElementReferenceContext(this);
2 references to WebElementReferenceContext
Microsoft.AspNetCore.Components.Web (2)
ElementReferenceExtensions.cs (1)
46if (!(elementReference.Context is WebElementReferenceContext context))
WebElementReferenceContext.cs (1)
16/// Initialize a new instance of <see cref="WebElementReferenceContext"/>.