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