1 type derived from ElementReferenceContext
Microsoft.AspNetCore.Components.Web (1)
WebElementReferenceContext.cs (1)
11
public class WebElementReferenceContext :
ElementReferenceContext
11 references to ElementReferenceContext
Microsoft.AspNetCore.Components (7)
ElementReference.cs (5)
25
/// Gets the <see cref="
ElementReferenceContext
"/> instance.
27
public
ElementReferenceContext
? Context { get; }
33
/// <param name="context">The nullable <see cref="
ElementReferenceContext
"/> instance.</param>
34
public ElementReference(string id,
ElementReferenceContext
? context)
48
internal static ElementReference CreateWithUniqueId(
ElementReferenceContext
? context)
RenderTree\Renderer.cs (2)
143
/// Gets or sets the <see cref="Components.
ElementReferenceContext
"/> associated with this <see cref="Renderer"/>,
146
protected internal
ElementReferenceContext
? ElementReferenceContext { get; protected set; }
Microsoft.AspNetCore.Components.Server (3)
Circuits\RemoteJSRuntime.cs (1)
29
public
ElementReferenceContext
ElementReferenceContext { get; }
src\aspnetcore\src\Components\Shared\src\ElementReferenceJsonConverter.cs (2)
13
private readonly
ElementReferenceContext
_elementReferenceContext;
15
public ElementReferenceJsonConverter(
ElementReferenceContext
elementReferenceContext)
Microsoft.AspNetCore.Components.Web (1)
WebElementReferenceContext.cs (1)
9
/// A <see cref="
ElementReferenceContext
"/> for a web element.