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