19 references to ElementReferenceCapture
Microsoft.AspNetCore.Components (9)
Rendering\RenderTreeBuilder.cs (1)
600_lastNonAttributeFrameType = RenderTreeFrameType.ElementReferenceCapture;
RenderTree\RenderTreeDiffBuilder.cs (3)
720case RenderTreeFrameType.ElementReferenceCapture: 831case RenderTreeFrameType.ElementReferenceCapture: 945case RenderTreeFrameType.ElementReferenceCapture:
RenderTree\RenderTreeFrame.cs (4)
212/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.ElementReferenceCapture"/>, 218/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.ElementReferenceCapture"/>, 374FrameTypeField = RenderTreeFrameType.ElementReferenceCapture; 480case RenderTreeFrameType.ElementReferenceCapture:
RenderTree\RenderTreeFrameArrayBuilder.cs (1)
103FrameTypeField = RenderTreeFrameType.ElementReferenceCapture,
Microsoft.AspNetCore.Components.Authorization.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
125Assert.Equal(RenderTreeFrameType.ElementReferenceCapture, frame.FrameType);
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
125Assert.Equal(RenderTreeFrameType.ElementReferenceCapture, frame.FrameType);
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
182case RenderTreeFrameType.ElementReferenceCapture:
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RenderBatchWriterTest.cs (1)
242RenderTreeFrameType.ElementReferenceCapture, "my unique ID", 0, 0, 0,
Microsoft.AspNetCore.Components.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
125Assert.Equal(RenderTreeFrameType.ElementReferenceCapture, frame.FrameType);
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (2)
93case RenderTreeFrameType.ElementReferenceCapture: 298if (frame.FrameType == RenderTreeFrameType.ElementReferenceCapture)
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
125Assert.Equal(RenderTreeFrameType.ElementReferenceCapture, frame.FrameType);
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
182case RenderTreeFrameType.ElementReferenceCapture:
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
230case RenderTreeFrameType.ElementReferenceCapture: