1 instantiation of ElementNode
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
289
var newElement = new
ElementNode
(frame.ElementName);
10 references to ElementNode
Microsoft.AspNetCore.Components.WebView.Test (10)
Infrastructure\TestDocument.cs (10)
99
if (node is
ElementNode
element)
116
if (node is
ElementNode
element)
232
if (parent is
ElementNode
)
289
var
newElement = new ElementNode(frame.ElementName);
320
private void ApplyAttribute(RenderBatch batch,
ElementNode
elementNode, RenderTreeFrame attributeFrame)
333
var descriptor = new
ElementNode
.ElementEventDescriptor(eventName, eventHandlerId);
349
private bool TryApplySpecialProperty(RenderBatch batch,
ElementNode
element, string attributeName, RenderTreeFrame attributeFrame)
362
private bool TryApplyValueProperty(
ElementNode
element, RenderTreeFrame attributeFrame)
402
private bool TryApplyCheckedProperty(
ElementNode
element, RenderTreeFrame attributeFrame)
462
else if (node is
ElementNode
e)