160 references to FrameType
Microsoft.AspNetCore.Components (30)
RenderTree\RenderTreeFrame.cs (25)
70/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Element"/>
77/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Element"/>,
83/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Element"/>,
95/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Text"/>,
110/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Attribute"/>
116/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Attribute"/>,
122/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Attribute"/>,
128/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Attribute"/>,
149/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Component"/>
155/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Component"/>
162/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Component"/>,
168/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Component"/>,
174/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Component"/>,
180/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Component"/>,
186/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Component"/>,
198/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Region"/>
212/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.ElementReferenceCapture"/>,
218/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.ElementReferenceCapture"/>,
231/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.ComponentReferenceCapture"/>,
243/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.ComponentReferenceCapture"/>,
255/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.Markup"/>,
267/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.ComponentRenderMode"/>,
276if (FrameType != RenderTreeFrameType.ComponentRenderMode)
293/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.NamedEvent"/>,
299/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.NamedEvent"/>,
Microsoft.AspNetCore.Components.Authorization.Tests (16)
src\Components\Shared\test\AssertFrame.cs (13)
20Assert.Equal(RenderTreeFrameType.Text, frame.FrameType);
28Assert.Equal(RenderTreeFrameType.Markup, frame.FrameType);
36Assert.Equal(RenderTreeFrameType.Element, frame.FrameType);
44Assert.Equal(RenderTreeFrameType.Attribute, frame.FrameType);
86Assert.Equal(RenderTreeFrameType.Component, frame.FrameType);
104Assert.Equal(RenderTreeFrameType.Region, frame.FrameType);
111Assert.Equal(RenderTreeFrameType.Markup, frame.FrameType);
118Assert.Equal(RenderTreeFrameType.Text, frame.FrameType);
125Assert.Equal(RenderTreeFrameType.ElementReferenceCapture, frame.FrameType);
132Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
139Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
146Assert.Equal(RenderTreeFrameType.ComponentRenderMode, frame.FrameType);
153Assert.Equal(RenderTreeFrameType.NamedEvent, frame.FrameType);
Microsoft.AspNetCore.Components.Endpoints (4)
Microsoft.AspNetCore.Components.Endpoints.Tests (12)
ImportMapTest.cs (12)
68Assert.Equal(RenderTreeFrameType.Element, frames.Array[0].FrameType);
70Assert.Equal(RenderTreeFrameType.Attribute, frames.Array[1].FrameType);
75Assert.Equal(RenderTreeFrameType.Markup, frames.Array[3].FrameType);
115Assert.Equal(RenderTreeFrameType.Element, frames.Array[0].FrameType);
117Assert.Equal(RenderTreeFrameType.Attribute, frames.Array[1].FrameType);
120Assert.Equal(RenderTreeFrameType.Markup, frames.Array[2].FrameType);
180Assert.Equal(RenderTreeFrameType.Element, frames.Array[0].FrameType);
182Assert.Equal(RenderTreeFrameType.Attribute, frames.Array[1].FrameType);
185Assert.Equal(RenderTreeFrameType.Markup, frames.Array[2].FrameType);
239Assert.Equal(RenderTreeFrameType.Element, frames.Array[0].FrameType);
241Assert.Equal(RenderTreeFrameType.Attribute, frames.Array[1].FrameType);
244Assert.Equal(RenderTreeFrameType.Markup, frames.Array[2].FrameType);
Microsoft.AspNetCore.Components.Forms.Tests (14)
Microsoft.AspNetCore.Components.Server (3)
Microsoft.AspNetCore.Components.Tests (49)
src\Components\Shared\test\AssertFrame.cs (13)
20Assert.Equal(RenderTreeFrameType.Text, frame.FrameType);
28Assert.Equal(RenderTreeFrameType.Markup, frame.FrameType);
36Assert.Equal(RenderTreeFrameType.Element, frame.FrameType);
44Assert.Equal(RenderTreeFrameType.Attribute, frame.FrameType);
86Assert.Equal(RenderTreeFrameType.Component, frame.FrameType);
104Assert.Equal(RenderTreeFrameType.Region, frame.FrameType);
111Assert.Equal(RenderTreeFrameType.Markup, frame.FrameType);
118Assert.Equal(RenderTreeFrameType.Text, frame.FrameType);
125Assert.Equal(RenderTreeFrameType.ElementReferenceCapture, frame.FrameType);
132Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
139Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
146Assert.Equal(RenderTreeFrameType.ComponentRenderMode, frame.FrameType);
153Assert.Equal(RenderTreeFrameType.NamedEvent, frame.FrameType);
Microsoft.AspNetCore.Components.Web (5)
Microsoft.AspNetCore.Components.Web.Tests (20)
src\Components\Shared\test\AssertFrame.cs (13)
20Assert.Equal(RenderTreeFrameType.Text, frame.FrameType);
28Assert.Equal(RenderTreeFrameType.Markup, frame.FrameType);
36Assert.Equal(RenderTreeFrameType.Element, frame.FrameType);
44Assert.Equal(RenderTreeFrameType.Attribute, frame.FrameType);
86Assert.Equal(RenderTreeFrameType.Component, frame.FrameType);
104Assert.Equal(RenderTreeFrameType.Region, frame.FrameType);
111Assert.Equal(RenderTreeFrameType.Markup, frame.FrameType);
118Assert.Equal(RenderTreeFrameType.Text, frame.FrameType);
125Assert.Equal(RenderTreeFrameType.ElementReferenceCapture, frame.FrameType);
132Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
139Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
146Assert.Equal(RenderTreeFrameType.ComponentRenderMode, frame.FrameType);
153Assert.Equal(RenderTreeFrameType.NamedEvent, frame.FrameType);
Microsoft.AspNetCore.Components.WebView (3)
Microsoft.AspNetCore.Components.WebView.Test (4)