1 write to ReferenceFrames
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
125
capturedBatch.
ReferenceFrames
= renderBatch.ReferenceFrames.AsEnumerable().ToArray();
4 references to ReferenceFrames
Microsoft.AspNetCore.Components.Web.Tests (4)
Forms\EditFormTest.cs (1)
208
=> batch.
ReferenceFrames
Forms\InputRadioTest.cs (1)
106
=> batch.
ReferenceFrames
Forms\InputRenderer.cs (1)
21
=> batch.
ReferenceFrames
src\Components\Shared\test\CapturedBatch.cs (1)
20
=>
ReferenceFrames
.Where(f => f.FrameType == RenderTreeFrameType.Component && f.Component is T);