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