2 references to ValidateChild
PresentationFramework (2)
src\Framework\System\Windows\Documents\InlineCollection.cs (1)
164TextSchema.ValidateChild((TextElement)this.Parent, child, true /* throwIfIllegalChild */, true /* throwIfIllegalHyperlinkDescendent */);
src\Framework\System\Windows\Documents\TextElement.cs (1)
852TextSchema.ValidateChild(/*parent:*/this, /*child:*/te, true /* throwIfIllegalChild */, true /* throwIfIllegalHyperlinkDescendent */);