6 writes to Element
Microsoft.AspNetCore.Components.Web (6)
Media\FileDownload.cs (2)
54
context.Initialize(r =>
Element
= r, EventCallback.Factory.Create(this, OnClickAsync));
92
builder.AddElementReferenceCapture(7, elementReference =>
Element
= elementReference);
Media\Image.cs (2)
40
context.Initialize(r =>
Element
= r);
66
builder.AddElementReferenceCapture(5, r =>
Element
= r);
Media\Video.cs (2)
40
context.Initialize(r =>
Element
= r);
66
builder.AddElementReferenceCapture(5, r =>
Element
= r);
2 references to Element
Microsoft.AspNetCore.Components.Web (2)
Media\FileDownload.cs (1)
121
Element
,
Media\MediaComponentBase.cs (1)
204
Element
,