5 references to ElementReference
Microsoft.AspNetCore.Components (2)
ElementReference.cs (2)
44public ElementReference(string id) : this(id, null) 49=> new ElementReference(CreateUniqueId(), context);
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\ElementReferenceJsonConverter.cs (1)
48return new ElementReference(id, _elementReferenceContext);
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Components\Shared\src\ElementReferenceJsonConverter.cs (1)
48return new ElementReference(id, _elementReferenceContext);
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\ElementReferenceJsonConverter.cs (1)
48return new ElementReference(id, _elementReferenceContext);