1 write to _capture
Microsoft.AspNetCore.Components.Web (1)
Media\MediaContext.cs (1)
30
internal void Initialize(Action<ElementReference> capture) =>
_capture
= capture;
1 reference to _capture
Microsoft.AspNetCore.Components.Web (1)
Media\MediaContext.cs (1)
41
_capture
?.Invoke(value);