6 references to InsertLogicalChild
Microsoft.AspNetCore.Components.WebView.Test (6)
Infrastructure\ContainerNode.cs (2)
28InsertLogicalChild(containerElement, childIndex); 70InsertLogicalChild(componentElement, childIndex);
Infrastructure\TestDocument.cs (4)
257parent.InsertLogicalChild(newTextNode, childIndex); 303parent.InsertLogicalChild(newElement, childIndex); 316parent.InsertLogicalChild(newElement, childIndex); 420markupContainer.InsertLogicalChild(markupNode, childIndex);