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